We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569abaa commit 639cd34Copy full SHA for 639cd34
.github/workflows/test.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: ./
67
with:
68
version: ${{ matrix.version }}
69
- args: --timeout=3m --issues-exit-code=0 ./sample/...
+ args: --timeout=5m --issues-exit-code=0 ./sample/...
70
only-new-issues: true
71
72
test-go-install: # make sure the action works on a clean machine without building (go-install mode)
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
install-mode: goinstall
100
@@ -117,4 +117,4 @@ jobs:
117
118
119
working-directory: sample-go-mod
120
- args: --timeout=3m --issues-exit-code=0 ./...
+ args: --timeout=5m --issues-exit-code=0 ./...
0 commit comments