Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvim committed Mar 11, 2024
1 parent e56414e commit a7539fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GetTaskTest extends AnyWordSpec with Matchers with DockerTests {
val elapsed = System.currentTimeMillis() - before
println(s"Elapsed time : $elapsed ms")
println(result)
found = result.error.isDefined || (elapsed > 60000)
found = result.error.isDefined || (elapsed > 1200000)
Thread.sleep(1000)
}

Expand Down

0 comments on commit a7539fc

Please sign in to comment.