Skip to content

Commit

Permalink
fix flaky JS test
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Jan 29, 2025
1 parent ad93322 commit 6a3b24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyo-core/shared/src/test/scala/kyo/HubTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class HubTest extends Test:
result <- slowConsumer.get
_ <- producerFiber.get
elapsed <- stopwatch.elapsed
yield assert(elapsed >= 10.millis && result == (1 to 10))
yield assert(elapsed >= 8.millis && result == (1 to 10))
}

"concurrent filtered listeners" in run {
Expand Down

0 comments on commit 6a3b24a

Please sign in to comment.