Increase memory limit to avoid spurious failures.

This commit is contained in:
Sam Tobin-Hochstadt 2015-12-31 10:53:41 -05:00
parent 3be139b9b5
commit 730a72709e

View File

@ -7,7 +7,7 @@
(require racket/sandbox)
(parameterize ([sandbox-memory-limit 1000])
(parameterize ([sandbox-memory-limit 5000])
(define eval (make-evaluator 'typed/racket))
(eval '(require typed/racket/unsafe))