diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b86f5e0ac1..a95439401c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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) @@ -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 @@ -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 ./...