Skip to content

Commit

Permalink
tests: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 12, 2023
1 parent 569abaa commit 639cd34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
args: --timeout=3m --issues-exit-code=0 ./sample/...
args: --timeout=5m --issues-exit-code=0 ./sample/...
only-new-issues: true

test-go-install: # make sure the action works on a clean machine without building (go-install mode)
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
args: --timeout=3m --issues-exit-code=0 ./sample/...
args: --timeout=5m --issues-exit-code=0 ./sample/...
only-new-issues: true
install-mode: goinstall

Expand All @@ -117,4 +117,4 @@ jobs:
- uses: ./
with:
working-directory: sample-go-mod
args: --timeout=3m --issues-exit-code=0 ./...
args: --timeout=5m --issues-exit-code=0 ./...

0 comments on commit 639cd34

Please sign in to comment.