From b880fb064069f170cda8b7c9399d343db8736b9d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 26 Jun 2021 19:34:41 -0700 Subject: tests: reduce time spent in stack overflow test. * tests/012/stack2.txr: This test case can prove its point in a much smaller stack limit than the one derived from the system default. Let's cut it to 32 kilobytes. --- tests/012/stack2.txr | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/012/stack2.txr b/tests/012/stack2.txr index df9e209a..3652a764 100644 --- a/tests/012/stack2.txr +++ b/tests/012/stack2.txr @@ -1,6 +1,7 @@ @(define recur ()) @(recur) @(end) +@(do (set-stack-limit 32768)) @(try) @(recur) @(catch stack-overflow (arg)) -- cgit v1.2.3