We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af77f37 commit b7d19e9Copy full SHA for b7d19e9
tests/data/t_bv.ml
@@ -781,7 +781,8 @@ module Ref_ = struct
781
end
782
;;
783
784
-q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
+q ~name:"list ops: invariant" ~max_fail:1 ~long_factor:10 ~count:20_000 Op.arb_l
785
+ (fun ops ->
786
let bv = empty () in
787
788
Internal_.__check_invariant bv;
@@ -793,7 +794,8 @@ q ~name:"list ops: invariant" ~max_fail:1 ~count:20_000 Op.arb_l (fun ops ->
793
794
true)
795
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 ->
799
800
let bv' = Ref_.empty () in
801
0 commit comments