Skip to content

Commit

Permalink
Bump count for Lin Bytes Domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 15, 2025
1 parent 9d7311f commit bac2846
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 bac2846

Please sign in to comment.