Skip to content

Commit

Permalink
Removed printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Mar 7, 2021
1 parent 30c7067 commit 6eb4ecd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,9 @@ suspend fun <T> eventually(
}
times++
lastInterval = config.interval.next(times)
println("sleeping for $lastInterval")
val delayMark = TimeSource.Monotonic.markNow()
delay(lastInterval)
lastDelayPeriod = delayMark.elapsedNow()
println("actual sleep $lastDelayPeriod")
}

errorCollector.setCollectionMode(originalAssertionMode)
Expand Down

0 comments on commit 6eb4ecd

Please sign in to comment.