Increase memory limit 10 fold for sandbox test (#2679)
CI tests which run with ubsan enabled and under emulation can intermittently fail due to timeout when there is actually no problem with them.
This commit is contained in:
parent
03710757ef
commit
bcac9682f1
|
@ -574,7 +574,7 @@
|
||||||
--top--
|
--top--
|
||||||
(when (custodian-memory-accounting-available?)
|
(when (custodian-memory-accounting-available?)
|
||||||
(t --top--
|
(t --top--
|
||||||
(parameterize ([sandbox-eval-limits '(10 5)]
|
(parameterize ([sandbox-eval-limits '(100 5)]
|
||||||
[sandbox-memory-limit 100])
|
[sandbox-memory-limit 100])
|
||||||
(make-base-evaluator!))
|
(make-base-evaluator!))
|
||||||
--eval--
|
--eval--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user