Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvim committed Mar 12, 2024
1 parent 5057d1a commit 8c3b79c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class GetTaskTest extends AnyWordSpec with Matchers with DockerTests {
getTask(resp.nodeId, resp.taskId)
}.await.result
val elapsed = System.currentTimeMillis() - before
println(s"Elapsed time : $elapsed ms")
println(result)
found = result.completed || (elapsed > 60000)
Thread.sleep(1000)
}
Expand Down

0 comments on commit 8c3b79c

Please sign in to comment.