Skip to content

Commit

Permalink
Fixed too short time
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jan 12, 2024
1 parent 85c1ce5 commit 9d3c21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal class AggregatorFeedTest {

@Test
fun aggregatorLiveFeed() {
val delay = 2
val delay = 5
val feed = LiveTestFeed(50..100, delayInMillis = delay)
val ts = (delay * 10).millis
val aggFeed = AggregatorLiveFeed(feed, ts)
Expand Down

0 comments on commit 9d3c21f

Please sign in to comment.