We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140b5e3 commit 219c069Copy full SHA for 219c069
tests/src/test/scala/org/apache/openwhisk/core/scheduler/container/test/CreationJobManagerTests.scala
@@ -54,7 +54,7 @@ class CreationJobManagerTests
54
with BeforeAndAfterEach
55
with StreamLogging {
56
57
- private val timeout = loadConfigOrThrow[Int](ConfigKeys.schedulerInProgressJobRetentionSecond).seconds
+ private val timeout = loadConfigOrThrow[FiniteDuration](ConfigKeys.schedulerInProgressJobRetentionSecond)
58
val blackboxTimeout = FiniteDuration(timeout.toSeconds * 3, TimeUnit.SECONDS)
59
implicit val ece: ExecutionContextExecutor = system.dispatcher
60
val config = new WhiskConfig(ExecManifest.requiredProperties)
0 commit comments