aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2019-09-13 12:46:02 -0400
committerwbond <will@wbond.net>2019-09-13 12:46:02 -0400
commit77e7df6c09257348b2044047cb357dfc204d02a2 (patch)
treeb3316e93a263384719e1f29c0e81c08ceea47a9b /dev
parent1b33aa78ac05af2deca29004eef59bc70ae48e34 (diff)
downloadasn1crypto-77e7df6c09257348b2044047cb357dfc204d02a2.tar.gz
Improve handling flaky codecov upload endpoint
Diffstat (limited to 'dev')
-rw-r--r--dev/coverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/coverage.py b/dev/coverage.py
index 4332f9d..6674d26 100644
--- a/dev/coverage.py
+++ b/dev/coverage.py
@@ -582,7 +582,7 @@ def _do_request(method, url, headers, data=None, query_params=None, timeout=20):
stdout, stderr = _execute(
args,
os.getcwd(),
- re.compile(r'Failed to connect to|TLS|SSLRead')
+ re.compile(r'Failed to connect to|TLS|SSLRead|outstanding|cleanly')
)
finally:
if tempf_path and os.path.exists(tempf_path):