aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts/concurrent_decorator.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/concurrent_decorator.py')
-rw-r--r--test/scripts/concurrent_decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/concurrent_decorator.py b/test/scripts/concurrent_decorator.py
index f6feda1d..913d4484 100644
--- a/test/scripts/concurrent_decorator.py
+++ b/test/scripts/concurrent_decorator.py
@@ -14,7 +14,7 @@ def serverconnect(context, sc):
@concurrent
def request(context, flow):
- time.sleep(0.1)
+ time.sleep(0.5)
@concurrent