Increase the concurrency of DHT requests to 8.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 1abbe3a5067ae1a302a15e08f9222441a6ea34a8..566b4b35b0a407f64c5aed310888c730167d2328 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -491,7 +491,7 @@ BOOTSTRAP_NODE = %(BOOTSTRAP_NODE)s
 CHECKPOINT_INTERVAL = 5m
 
 # concurrent xmlrpc calls per find node/value request!
-CONCURRENT_REQS = 4
+CONCURRENT_REQS = 8
 
 # how many hosts to post to
 STORE_REDUNDANCY = 3