Avoid intermittent timeout with longer time limit.

This commit is contained in:
Sam Tobin-Hochstadt 2016-03-01 18:52:05 -05:00
parent 753def919b
commit f2e34fedea

View File

@ -531,7 +531,7 @@
(parameterize ([sandbox-output 'bytes] (parameterize ([sandbox-output 'bytes]
[sandbox-error-output current-output-port] [sandbox-error-output current-output-port]
[sandbox-memory-limit 2] [sandbox-memory-limit 2]
[sandbox-eval-limits '(0.25 1)]) [sandbox-eval-limits '(2.5 1)])
(make-base-evaluator!)) (make-base-evaluator!))
;; GCing is needed to allow these to happen (note: the memory limit is very ;; GCing is needed to allow these to happen (note: the memory limit is very
;; tight here, this test usually fails if the sandbox library is not ;; tight here, this test usually fails if the sandbox library is not