Skip to content

Commit

Permalink
Merge pull request #4718 from IntersectMBO/nm/constrained-generators-…
Browse files Browse the repository at this point in the history
…prop_univSound

Avoid intermittent test failures in constrained-generators
  • Loading branch information
lehins authored Oct 24, 2024
2 parents 5357a85 + 96d0c3d commit fc33d40
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 fc33d40

Please sign in to comment.