Skip to content

Commit

Permalink
Hypothesis: issue is start-up related, hence reducing count from 1000…
Browse files Browse the repository at this point in the history
… to 100
  • Loading branch information
jmid committed May 21, 2024
1 parent 85c46c6 commit 031ba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/stm_tests_dls.ml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ let _stress_test_par ~count ~name =

;;
QCheck_base_runner.run_tests_main [
agree_test ~count:1000 ~name:"STM Domain.DLS test sequential";
agree_test ~count:100 ~name:"STM Domain.DLS test sequential";
(*neg_agree_test_par ~count:1000 ~name:"STM Domain.DLS test parallel";
stress_test_par ~count:1000 ~name:"STM Domain.DLS stress test parallel";*)
]

0 comments on commit 031ba26

Please sign in to comment.