Skip to content

Commit

Permalink
Merge pull request #455 from ocaml-multicore/incr-stm-thread-ref
Browse files Browse the repository at this point in the history
Increment count for STM int64 ref test with Thread
  • Loading branch information
jmid committed Apr 19, 2024
2 parents 9857c99 + 0431b52 commit c993045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neg_tests/stm_tests_thread_ref.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ then
else
QCheck_base_runner.run_tests_main
[RT_int.agree_test_conc ~count:250 ~name:"STM int ref test with Thread";
RT_int64.neg_agree_test_conc ~count:2500 ~name:"STM int64 ref test with Thread";
RT_int64.neg_agree_test_conc ~count:5000 ~name:"STM int64 ref test with Thread";
]

0 comments on commit c993045

Please sign in to comment.