diff options
Diffstat (limited to 'tests/threads/tmanyjoin.nim')
-rw-r--r-- | tests/threads/tmanyjoin.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/threads/tmanyjoin.nim b/tests/threads/tmanyjoin.nim index 2c1cda494..af5bc460e 100644 --- a/tests/threads/tmanyjoin.nim +++ b/tests/threads/tmanyjoin.nim @@ -1,4 +1,5 @@ discard """ + disabled: i386 outputsub: "129" """ @@ -12,7 +13,7 @@ type const ThreadsCount = 129 - SleepTime = 1000 + SleepTime = 250 proc worker(p: Marker) {.thread.} = acquire(p.lock) |