adjust sandbox limit for some tests

100MB isn't enough for the sandbox test (running in a sandbox) on
RacketCS.
This commit is contained in:
Matthew Flatt 2019-01-20 09:33:35 -07:00
parent 53d4cdd2c7
commit f1e9d16755

View File

@ -82,7 +82,7 @@ transcript.
(parameterize ([(S sandbox-input) current-input-port]
[(S sandbox-output) current-output-port]
[(S sandbox-error-output) current-error-port]
[(S sandbox-memory-limit) 100]) ; 100mb per box
[(S sandbox-memory-limit) 250]) ; 250mb per box
((S make-evaluator) '(begin) #:requires (list 'racket)))))])
(e `(load-relative ,testing))
(e `(define real-output-port (quote ,real-output-port)))