Skip to content

Commit 50ecc8e

Browse files
committed
io-sim: increase within timeout to 50ms.
1 parent 49b30f6 commit 50ecc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-sim/test/Test/Control/Monad/IOSim.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ prop_registerDelayCancellable registerDelayCancellableImpl
12961296
(DelayWithCancel delay mbCancel) =
12971297
-- 'within' covers the case where `registerDelayCancellable` would not
12981298
-- make progress awaiting for the timeout (a live lock).
1299-
within 1000 $
1299+
within 50_000 $ -- 50ms
13001300
let trace = runSimTrace sim
13011301
in case traceResult True trace of
13021302
Left err -> counterexample (ppTrace trace)

0 commit comments

Comments
 (0)