Avoid intermittent timeout with longer time limit.
This commit is contained in:
parent
753def919b
commit
f2e34fedea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user