aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/run-tests.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index e01fcb0b..6d9b3ac0 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -61,6 +61,7 @@
(eval-in-sandbox
`(begin ,@(read-multiple))
#:time-limit 60 ; larger than should be needed
+ #:allocation-limit #e10e8
#:module (make-sandbox-module
(append modules
'(((srfi srfi-64) test-assert test-equal test-error)