Skip to content

Commit 6aacf74

Browse files
committed
WIP
1 parent ff23247 commit 6aacf74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiler/tests-ocaml/lib-marshal/intext.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(* Test for output_value / input_value *)
66

7-
let max_data_depth = 50000
7+
let max_data_depth = 5000
88

99
type 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

compiler/tests-ocaml/lib-marshal/intext_par.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let test_size =
1717

1818
let num_domains = 1 lsl test_size
1919

20-
let max_data_depth = 50000
20+
let max_data_depth = 5000
2121

2222
type 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

tools/node_wrapper.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let wizard_args = [ "-ext:stack-switching"; "--dir=."; "--dir=/tmp" ]
1+
let wizard_args = [ "-stack-size=2m"; "-ext:stack-switching"; "--dir=."; "--dir=/tmp" ]
22

33
let wasmfxtime_args =
44
[ (*"-C"

0 commit comments

Comments
 (0)