lessen test race conditions

This commit is contained in:
Maximilian Hils 2015-11-29 02:59:25 +01:00
parent 0b06b02c92
commit bb62f5f3f5
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ def serverconnect(context, sc):
@concurrent
def request(context, flow):
time.sleep(0.1)
time.sleep(0.5)
@concurrent