We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881ea21 commit a3a67a7Copy full SHA for a3a67a7
src/neg_tests/stm_tests_domain_ref_asym.ml
@@ -4,6 +4,6 @@ module RT_int = STM_domain.Make(RConf_int)
4
module RT_int64 = STM_domain.Make(RConf_int64)
5
;;
6
QCheck_base_runner.run_tests_main
7
- [RT_int.neg_agree_test_par_asym ~count:2000 ~name:"STM int ref test parallel asymmetric";
8
- RT_int64.neg_agree_test_par_asym ~count:2000 ~name:"STM int64 ref test parallel asymmetric";
+ [RT_int.neg_agree_test_par_asym ~count:5000 ~name:"STM int ref test parallel asymmetric";
+ RT_int64.neg_agree_test_par_asym ~count:5000 ~name:"STM int64 ref test parallel asymmetric";
9
]
0 commit comments