summary refs log tree commit diff stats
path: root/tests/async/tasyncawait_cyclebreaker.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tasyncawait_cyclebreaker.nim')
-rw-r--r--tests/async/tasyncawait_cyclebreaker.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/async/tasyncawait_cyclebreaker.nim b/tests/async/tasyncawait_cyclebreaker.nim
index 1eb2c4676..0304d4b82 100644
--- a/tests/async/tasyncawait_cyclebreaker.nim
+++ b/tests/async/tasyncawait_cyclebreaker.nim
@@ -1,5 +1,5 @@
 discard """
-  output: "50000"
+  output: "20000"
   cmd: "nim c -d:nimTypeNames -d:nimCycleBreaker $file"
 """
 import asyncdispatch, asyncnet, nativesockets, net, strutils, os
@@ -7,8 +7,8 @@ import asyncdispatch, asyncnet, nativesockets, net, strutils, os
 var msgCount = 0
 
 const
-  swarmSize = 500
-  messagesToSend = 100
+  swarmSize = 400
+  messagesToSend = 50
 
 var clientCount = 0