Bug 904490 - Extend marionette connection timeout. r=jgriffin

This commit is contained in:
Szu-Yu Chen [:aknow] 2013-08-14 16:45:12 +08:00
Родитель dff9156171
Коммит 5090b5e979
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@ class MarionetteClient(object):
"socket closed?", "socket closed?",
status=ErrorCodes.INVALID_RESPONSE) status=ErrorCodes.INVALID_RESPONSE)
def connect(self, timeout=180.0): def connect(self, timeout=240.0):
""" Connect to the server and process the hello message we expect """ Connect to the server and process the hello message we expect
to receive in response. to receive in response.
""" """