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)) ))