Skip to content

Commit e42ca86

Browse files
committed
Increase Lin Out_channel iteration count
1 parent a693ec1 commit e42ca86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/lin_tests_dsl_domain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let tests =
1212
Printf.printf "Lin DSL Out_channel test with Domain disabled under macOS\n\n%!";
1313
[]
1414
) else [
15-
OC_domain.neg_lin_test ~count:1000 ~name:"Lin DSL Out_channel test with Domain";
15+
OC_domain.neg_lin_test ~count:5000 ~name:"Lin DSL Out_channel test with Domain";
1616
]
1717

1818
let _ = QCheck_base_runner.run_tests_main tests

0 commit comments

Comments
 (0)