summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/gc/growobjcrash.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc/growobjcrash.nim b/tests/gc/growobjcrash.nim
index 00620fed3..a16468c7e 100644
--- a/tests/gc/growobjcrash.nim
+++ b/tests/gc/growobjcrash.nim
@@ -14,7 +14,7 @@ proc handleRequest(query: string): StringTableRef =
   let x = foo
   result = x()
 
-const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 500_000
+const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 700_000
 
 proc main =
   var counter = 0
d='n87' href='#n87'>87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120