Skip to content

Commit

Permalink
Try running as a forked process
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 7, 2024
1 parent 06317ba commit 2f87d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/stm_tests_dls.ml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let agree_prop cs = match Domain.spawn (fun () -> Util.protect DLS_STM_seq.agree
| Error e -> raise e

let agree_test ~count ~name =
Test.make ~name ~count (DLS_STM_seq.arb_cmds DLSConf.init_state) agree_prop
Test.make ~name ~count (DLS_STM_seq.arb_cmds DLSConf.init_state) (Util.fork_prop_with_timeout 10 agree_prop)

;;
QCheck_base_runner.run_tests_main [
Expand Down

0 comments on commit 2f87d15

Please sign in to comment.