Skip to content

Commit

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

0 comments on commit e56414e

Please sign in to comment.