mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
lessen test race conditions
This commit is contained in:
parent
0b06b02c92
commit
bb62f5f3f5
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ def serverconnect(context, sc):
|
|||
|
||||
@concurrent
|
||||
def request(context, flow):
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.5)
|
||||
|
||||
|
||||
@concurrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue