Skip to content

Commit 7249ffa

Browse files
committed
Added timeout to limit single retry time
1 parent 151eca8 commit 7249ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
id: build_coverage
5757
uses: nick-fields/retry@v2.9.0
5858
with:
59+
timeout_minutes: 60
5960
max_attempts: 5
6061
retry_on: error
6162
command: |

0 commit comments

Comments
 (0)