Skip to content

Commit

Permalink
Merge pull request mozilla#87 from m8ttyB/timeout_15
Browse files Browse the repository at this point in the history
update timeout
  • Loading branch information
Matt Brandt committed Feb 12, 2016
2 parents 0d0cf03 + f76ba24 commit 7969677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Expand Up @@ -31,7 +31,7 @@ def _head_request(self, url, user_agent=_user_agent_firefox,
try:
request_url = r.headers['Location']
r = requests.head(request_url, headers=headers, verify=False,
timeout=300, allow_redirects=True)
timeout=15, allow_redirects=True)
except requests.RequestException as e:
raise AssertionError('Failing URL: %s.\nError message: %s' % (request_url, e))

Expand Down

0 comments on commit 7969677

Please sign in to comment.