mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 905324 - Increase wait_for_port timeout, r=ahal
This commit is contained in:
parent
37deee87f8
commit
3be16dd254
@ -532,7 +532,7 @@ class Marionette(object):
|
||||
# flagging the error.
|
||||
sys.exit()
|
||||
|
||||
def wait_for_port(self, timeout=30):
|
||||
def wait_for_port(self, timeout=60):
|
||||
starttime = datetime.datetime.now()
|
||||
while datetime.datetime.now() - starttime < datetime.timedelta(seconds=timeout):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user