From 6e1e95198474f07dd8456bcbda2d1e363775badb Mon Sep 17 00:00:00 2001 From: "tandrii@chromium.org" Date: Wed, 2 Dec 2015 18:39:45 +0000 Subject: [PATCH] Rietveld: do retries on timeouts in Mac. BUG=564304 TBR=sergiyb@chromium.org Review URL: https://codereview.chromium.org/1496643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297793 0039d316-1c4b-4281-b951-d872f2087c98 --- rietveld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rietveld.py b/rietveld.py index a4fd4d920..d49e5dd3a 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...'