Skip to content

Commit

Permalink
increase initial capture time #639
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers committed May 19, 2023
1 parent 9b9c1d0 commit 1381361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class RecurringTimerTest {
)

// capture and validate an initial state
val initial = timer.elapsed().captureFor(100.milliseconds)
val initial = timer.elapsed().captureFor(200.milliseconds)
assertEquals(listOf(Duration.ZERO), initial, "timer was not started in paused state")
// capture and validate a first chunk of data
timer.start()
Expand Down

0 comments on commit 1381361

Please sign in to comment.