Changing memory limit

original commit: 407a36c9d2
This commit is contained in:
Blake Johnson 2010-09-08 15:33:04 -06:00 committed by Jay McCarthy
parent 785033b880
commit 4d82ab734e

View File

@ -260,7 +260,7 @@
(define (run-test file) (define (run-test file)
(run-with-limit (run-with-limit
file file
(* 1024 1024 1024) (* 1024 1024 512)
(lambda () (lambda ()
(run! file))) (run! file)))
(write (reverse RESULTS))) (write (reverse RESULTS)))