summary refs log tree commit diff stats
path: root/tests/realtimeGC/main.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/realtimeGC/main.nim')
-rw-r--r--tests/realtimeGC/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/realtimeGC/main.nim b/tests/realtimeGC/main.nim
index 5496cd999..d2d404271 100644
--- a/tests/realtimeGC/main.nim
+++ b/tests/realtimeGC/main.nim
@@ -6,7 +6,7 @@ discard """
 import times
 import os
 
-const RUNTIME = 35 * 60 # 35 minutes
+const RUNTIME = 15 * 60 # 15 minutes
 
 when defined(windows):
   const dllname = "./shared.dll"