Skip to content

Commit 6722ea8

Browse files
committed
MNT: Add timeout for action coverage uploads
These can take awhile and generally never recover after a minute.
1 parent 67d8716 commit 6722ea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
path: test_output/
8484

8585
- name: Upload coverage
86+
timeout: 1m
8687
uses: codecov/codecov-action@v1
8788

8889
#
@@ -167,6 +168,7 @@ jobs:
167168
path: test_output/
168169

169170
- name: Upload coverage
171+
timeout: 1m
170172
uses: codecov/codecov-action@v1
171173

172174
#

0 commit comments

Comments
 (0)