We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b30f6 commit 50ecc8eCopy full SHA for 50ecc8e
io-sim/test/Test/Control/Monad/IOSim.hs
@@ -1296,7 +1296,7 @@ prop_registerDelayCancellable registerDelayCancellableImpl
1296
(DelayWithCancel delay mbCancel) =
1297
-- 'within' covers the case where `registerDelayCancellable` would not
1298
-- make progress awaiting for the timeout (a live lock).
1299
- within 1000 $
+ within 50_000 $ -- 50ms
1300
let trace = runSimTrace sim
1301
in case traceResult True trace of
1302
Left err -> counterexample (ppTrace trace)
0 commit comments