Skip to content

Commit

Permalink
increase timeout for the testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm committed Feb 24, 2022
1 parent 1e13fdf commit b31887a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
args: --issues-exit-code=0 ./sample/...
args: --timeout=3m --issues-exit-code=0 ./sample/...
only-new-issues: true

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

0 comments on commit b31887a

Please sign in to comment.