| Index: rietveld.py
|
| diff --git a/rietveld.py b/rietveld.py
|
| index a4fd4d920e18012d51ad27d28d6da6a0818c5320..d49e5dd3aaaf064cd04b4d52560807d1e7dcf76a 100644
|
| --- a/rietveld.py
|
| +++ b/rietveld.py
|
| @@ -433,7 +433,7 @@ class Rietveld(object):
|
| raise
|
| if (not 'Name or service not known' in e.reason and
|
| not 'EOF occurred in violation of protocol' in e.reason and
|
| - not 'Connection timed out' in e.reason and
|
| + not 'timed out' in e.reason and
|
| not 'The handshake operation timed out' in e.reason and
|
| # On windows we hit weird bug http://crbug.com/537417
|
| # with message '[Errno 10060] A connection attempt failed...'
|
|
|