Skip to content

Commit

Permalink
Reduce intermittent test failures in constrained-generators
Browse files Browse the repository at this point in the history
Increase the timeout in prop_univSound
  • Loading branch information
neilmayhew committed Oct 23, 2024
1 parent 5357a85 commit 96d0c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/constrained-generators/src/Constrained/Properties.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ prop_univSound (TestableFn fn) =
let sspec = simplifySpec (propagateSpecFun fn ctx spec)
in QC.counterexample ("\n" ++ show ("propagateSpecFun fn ctx spec =" /> pretty sspec)) $
QC.counterexample ("\n" ++ show (prettyPlan sspec)) $
QC.within 10_000_000 $
QC.within 20_000_000 $
QC.forAllBlind (strictGen $ genFromSpecT @_ @_ sspec) $ \ge ->
fromGEDiscard $ do
a <- ge
Expand Down

0 comments on commit 96d0c3d

Please sign in to comment.