Skip to content

Commit 8f938aa

Browse files
committed
Retry when a timeout occurs uploading coverage
1 parent d9ca83f commit 8f938aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/coverage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _do_request(method, url, headers, data=None, query_params=None, timeout=20):
586586
stdout, stderr = _execute(
587587
args,
588588
os.getcwd(),
589-
re.compile(r'Failed to connect to|TLS|SSLRead|outstanding|cleanly'),
589+
re.compile(r'Failed to connect to|TLS|SSLRead|outstanding|cleanly|timed out'),
590590
6
591591
)
592592
finally:

0 commit comments

Comments
 (0)