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 4
4
5
5
(* Test for output_value / input_value *)
6
6
7
- let max_data_depth = 50000
7
+ let max_data_depth = 5000
8
8
9
9
type t = A | B of int | C of float | D of string | E of char
10
10
| 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 =
17
17
18
18
let num_domains = 1 lsl test_size
19
19
20
- let max_data_depth = 50000
20
+ let max_data_depth = 5000
21
21
22
22
type t = A | B of int | C of float | D of string | E of char
23
23
| 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" ]
2
2
3
3
let wasmfxtime_args =
4
4
[ (* "-C"
You can’t perform that action at this time.
0 commit comments