From 153d23ecf066166b33551b5c2b8a400a3ba381ab Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 6 May 2011 10:43:54 -0600 Subject: [PATCH] adjust sandbox memory-limit test timeout --- collects/tests/racket/sandbox.rktl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/tests/racket/sandbox.rktl b/collects/tests/racket/sandbox.rktl index 4512fff245..c7bf486e76 100644 --- a/collects/tests/racket/sandbox.rktl +++ b/collects/tests/racket/sandbox.rktl @@ -476,7 +476,7 @@ --top-- (when (custodian-memory-accounting-available?) (t --top-- - (parameterize ([sandbox-eval-limits '(2 5)] + (parameterize ([sandbox-eval-limits '(10 5)] [sandbox-memory-limit 100]) (make-base-evaluator!)) --eval-- @@ -490,7 +490,7 @@ (collect-garbage) ;; increases size of the current evaluation (cons (make-bytes 500000) v))) - =err> "out of memo(?:ry)" + =err> "out of mem+o(?:ry)" b => 1)) ))