summary refs log tree commit diff stats
path: root/tests/threads/tmanyjoin.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/tmanyjoin.nim')
-rw-r--r--tests/threads/tmanyjoin.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threads/tmanyjoin.nim b/tests/threads/tmanyjoin.nim
index 2c1cda494..aca284965 100644
--- a/tests/threads/tmanyjoin.nim
+++ b/tests/threads/tmanyjoin.nim
@@ -12,7 +12,7 @@ type
 
 const
   ThreadsCount = 129
-  SleepTime = 1000
+  SleepTime = 250
 
 proc worker(p: Marker) {.thread.} =
   acquire(p.lock)