Skip to content

Commit b7d19e9

Browse files
committed
test
1 parent af77f37 commit b7d19e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/data/t_bv.ml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,8 @@ module Ref_ = struct
781781
end
782782
;;
783783

784-
q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
784+
q ~name:"list ops: invariant" ~max_fail:1 ~long_factor:10 ~count:20_000 Op.arb_l
785+
(fun ops ->
785786
let bv = empty () in
786787

787788
Internal_.__check_invariant bv;
@@ -793,7 +794,8 @@ q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
793794
true)
794795
;;
795796

796-
q ~name:"list ops: compare to ref" ~max_fail:1 ~count:2_000 Op.arb_l (fun ops ->
797+
q ~name:"list ops: compare to ref" ~max_fail:1 ~long_factor:10 ~count:2_000
798+
Op.arb_l (fun ops ->
797799
let bv = empty () in
798800
let bv' = Ref_.empty () in
799801

0 commit comments

Comments
 (0)