Skip to content

Commit 873589b

Browse files
committed
Increase timeout for retry step in test workflow
1 parent caeba6f commit 873589b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: matrix.os != 'ubuntu-latest'
2828
uses: nick-fields/retry@v2
2929
with:
30-
timeout_minutes: 10
30+
timeout_minutes: 30
3131
max_attempts: 30
3232
command: go test -v ./pkg/...
3333
- name: Test with coverage

0 commit comments

Comments
 (0)