We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeba6f commit 873589bCopy full SHA for 873589b
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
if: matrix.os != 'ubuntu-latest'
28
uses: nick-fields/retry@v2
29
with:
30
- timeout_minutes: 10
+ timeout_minutes: 30
31
max_attempts: 30
32
command: go test -v ./pkg/...
33
- name: Test with coverage
0 commit comments