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--
|
||||
(when (custodian-memory-accounting-available?)
|
||||
(t --top--
|
||||
(parameterize ([sandbox-eval-limits '(10 5)]
|
||||
(parameterize ([sandbox-eval-limits '(100 5)]
|
||||
[sandbox-memory-limit 100])
|
||||
(make-base-evaluator!))
|
||||
--eval--
|
||||
|
|
Loading…
Reference in New Issue
Block a user