Skip to content

Commit

Permalink
Remove race in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemFw committed Apr 20, 2022
1 parent 9e0f226 commit 0ea393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/test/scala/LimiterSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class LimiterSuite extends BaseSuite {
jobsPerProducer = 10,
jobCompletion = 0.seconds,
control =
limiter => IO.sleep(1.seconds) >> limiter.setMinInterval(300.millis)
limiter => IO.sleep(1100.millis) >> limiter.setMinInterval(300.millis)
)

val expected = Vector(
Expand Down

0 comments on commit 0ea393a

Please sign in to comment.