Skip to content

Commit

Permalink
relax threshold of flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 12, 2024
1 parent 68cd8e7 commit c28bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyo-core/shared/src/test/scala/kyo/ClockTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class ClockTest extends Test:
yield
val elapsedWall = wallEnd - wallStart
val elapsedShifted = shiftedEnd - wallStart
assert(elapsedWall >= 4.millis && elapsedWall < 20.millis)
assert(elapsedWall >= 4.millis && elapsedWall < 40.millis)
assert(elapsedShifted > elapsedWall)
}

Expand Down

0 comments on commit c28bdcf

Please sign in to comment.