Skip to content

Commit

Permalink
Increase thread_joingraph count to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 20, 2023
1 parent 1d921fa commit 2190b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/thread_joingraph.ml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let count_incrs test_input =
Array.fold_left (fun a n -> if n.work = Atomic_incr then 1+a else a) 0 test_input.dependencies

let test_arb_work ~thread_bound =
Test.make ~name:"Thread.create/join" ~count:100
Test.make ~name:"Thread.create/join" ~count:200
(arb_deps Work.qcheck_gen thread_bound)
(fun test_input ->
Atomic.set a 0;
Expand Down

0 comments on commit 2190b15

Please sign in to comment.