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

Commit

Permalink
Reduce by a factor 10 the number of state change validity tests.
Browse files Browse the repository at this point in the history
We should enable nightly builds if we want to run so many test cases.
  • Loading branch information
dnadales committed Jun 10, 2021
1 parent c171c48 commit 53e4f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ runTests = [
-- Update system safety properties
---------------------------------------------------------------------
, testProperty "Changes in the state of update proposals are valid."
$ withMaxSuccess 100000
$ withMaxSuccess 10000
$ forAllTracesShow
StateChangeValidity.prop_updateEventTransitionsAreValid
showActionsAndStateOfUpdateSpec
Expand Down

0 comments on commit 53e4f50

Please sign in to comment.