diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-04-04 16:31:50 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-04-04 16:31:50 -0500 |
commit | c1d0b2403b3f1c9ca487c362658aefb954ee7d96 (patch) | |
tree | 4679754ecb29c21c304a5f545684de7bd7b2b25a /tests/realtimeGC/main.nim | |
parent | a339cb5ed5e2389ad77ee05d2e553cbf43f279b2 (diff) | |
download | Nim-c1d0b2403b3f1c9ca487c362658aefb954ee7d96.tar.gz |
15 minutes, bit better messages
Diffstat (limited to 'tests/realtimeGC/main.nim')
-rw-r--r-- | tests/realtimeGC/main.nim | 2 |
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" |