Skip to content

Commit

Permalink
Merge pull request #519 from ocaml-multicore/lin-bytes-bump-count
Browse files Browse the repository at this point in the history
Bump count for Lin Bytes Domain test
  • Loading branch information
jmid authored Jan 16, 2025
2 parents 9d7311f + bac2846 commit d991227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bytes/lin_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ module BT_domain = Lin_domain.Make(BConf)
module BT_thread = Lin_thread.Make(BConf) [@alert "-experimental"]
;;
QCheck_base_runner.run_tests_main [
BT_domain.neg_lin_test ~count:1000 ~name:"Lin Bytes test with Domain";
BT_domain.neg_lin_test ~count:2500 ~name:"Lin Bytes test with Domain";
BT_thread.lin_test ~count:250 ~name:"Lin Bytes test with Thread";
]

0 comments on commit d991227

Please sign in to comment.