Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Increase maxSuccess to 3000 for the CrashAndLogicBugParallel property.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Jun 19, 2019
1 parent 27e4138 commit cda082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests docker0 = testGroup "Tests"
, testProperty "RaceBugParallel" (expectFailure (prop_parallel Race))
, testProperty "CrashBugParallel" (prop_parallel' Crash)
, testProperty "CrashAndLogicBugParallel"
(expectFailure (withMaxSuccess 1000 (prop_parallel' CrashAndLogic)))
(expectFailure (withMaxSuccess 3000 (prop_parallel' CrashAndLogic)))
, testProperty "PreconditionFailed" prop_precondition
, testProperty "ExistsCommands" prop_existsCommands
]
Expand Down

0 comments on commit cda082b

Please sign in to comment.