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:
Paulo Matos 2019-06-04 15:29:35 +02:00 committed by GitHub
parent 03710757ef
commit bcac9682f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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--