adjust sandbox memory-limit test timeout
This commit is contained in:
parent
cafcb47549
commit
153d23ecf0
|
@ -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))
|
||||
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue
Block a user