mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
Bump error timeout
This commit is contained in:
parent
5e12384486
commit
40156ce123
@ -51,7 +51,7 @@ class Daemon:
|
|||||||
def text_log(self):
|
def text_log(self):
|
||||||
return self.logfp.getvalue()
|
return self.logfp.getvalue()
|
||||||
|
|
||||||
def expect_log(self, n, timeout=1):
|
def expect_log(self, n, timeout=5):
|
||||||
l = []
|
l = []
|
||||||
start = time.time()
|
start = time.time()
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user