File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
compiler/tests-ocaml/lib-marshal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55(* Test for output_value / input_value *)
66
7- let max_data_depth = 50000
7+ let max_data_depth = 5000
88
99type t = A | B of int | C of float | D of string | E of char
1010 | F of t | G of t * t | H of int * t | I of t * float | J
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ let test_size =
1717
1818let num_domains = 1 lsl test_size
1919
20- let max_data_depth = 50000
20+ let max_data_depth = 5000
2121
2222type t = A | B of int | C of float | D of string | E of char
2323 | F of t | G of t * t | H of int * t | I of t * float | J
Original file line number Diff line number Diff line change 1- let wizard_args = [ " -ext:stack-switching" ; " --dir=." ; " --dir=/tmp" ]
1+ let wizard_args = [ " -stack-size=2m " ; " - ext:stack-switching" ; " --dir=." ; " --dir=/tmp" ]
22
33let wasmfxtime_args =
44 [ (* "-C"
You can’t perform that action at this time.
0 commit comments