From 74842ed4a981b6ff168d67d05ee92dce350549cb Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 5 Aug 2018 09:20:30 +0200 Subject: [PATCH] make growobjcrash complete earlier --- tests/gc/growobjcrash.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gc/growobjcrash.nim b/tests/gc/growobjcrash.nim index b8ff4f908a..07f92b8f4a 100644 --- a/tests/gc/growobjcrash.nim +++ b/tests/gc/growobjcrash.nim @@ -18,7 +18,7 @@ const Limit = 5*1024*1024 proc main = var counter = 0 - for i in 0 .. 10_000_000: + for i in 0 .. 100_000: for k, v in handleRequest("nick=Elina2&type=activate"): inc counter if counter mod 100 == 0: