Skip to content

Commit 219c069

Browse files
Fix tests
1 parent 140b5e3 commit 219c069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/scheduler/container/test/CreationJobManagerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CreationJobManagerTests
5454
with BeforeAndAfterEach
5555
with StreamLogging {
5656

57-
private val timeout = loadConfigOrThrow[Int](ConfigKeys.schedulerInProgressJobRetentionSecond).seconds
57+
private val timeout = loadConfigOrThrow[FiniteDuration](ConfigKeys.schedulerInProgressJobRetentionSecond)
5858
val blackboxTimeout = FiniteDuration(timeout.toSeconds * 3, TimeUnit.SECONDS)
5959
implicit val ece: ExecutionContextExecutor = system.dispatcher
6060
val config = new WhiskConfig(ExecManifest.requiredProperties)

0 commit comments

Comments
 (0)