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:
James Graham 2017-03-23 18:19:45 +00:00
Родитель b598a77d59
Коммит d7e6aa0db8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -41,6 +41,7 @@ class Response(object):
return cls(status, body)
class HTTPWireProtocol(object):
"""Transports messages (commands and responses) over the WebDriver
wire protocol.