Skip to content

Commit a3a67a7

Browse files
committed
Bump asym count to account for sensitive GA runners
1 parent 881ea21 commit a3a67a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neg_tests/stm_tests_domain_ref_asym.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module RT_int = STM_domain.Make(RConf_int)
44
module RT_int64 = STM_domain.Make(RConf_int64)
55
;;
66
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";
7+
[RT_int.neg_agree_test_par_asym ~count:5000 ~name:"STM int ref test parallel asymmetric";
8+
RT_int64.neg_agree_test_par_asym ~count:5000 ~name:"STM int64 ref test parallel asymmetric";
99
]

0 commit comments

Comments
 (0)