зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1318724 - Increase the HTTP connection timeout for WebDriver tests, r=ato
The 5s timeout was not enough for debug builds. I don't really see a reason to use something other than the default socket timeout here. MozReview-Commit-ID: Fm5lgSI3lFb
This commit is contained in:
Родитель
b598a77d59
Коммит
d7e6aa0db8
|
@ -41,6 +41,7 @@ class Response(object):
|
|||
|
||||
return cls(status, body)
|
||||
|
||||
|
||||
class HTTPWireProtocol(object):
|
||||
"""Transports messages (commands and responses) over the WebDriver
|
||||
wire protocol.
|
||||
|
|
Загрузка…
Ссылка в новой задаче