From f02da6448d6c99d39ebe24623f3584e80f52806e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 29 Nov 2015 03:13:08 +0100 Subject: disable concurrency tests on appveyor --- test/scripts/concurrent_decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts/concurrent_decorator.py') diff --git a/test/scripts/concurrent_decorator.py b/test/scripts/concurrent_decorator.py index 913d4484..f6feda1d 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.5) + time.sleep(0.1) @concurrent -- cgit v1.2.3