Skip to content

Commit

Permalink
Merge pull request #107 from planetlabs/lint-timeout
Browse files Browse the repository at this point in the history
Increase timeout for golangci-lint-action
  • Loading branch information
tschaub authored Oct 28, 2023
2 parents 9eba61e + c783650 commit 8334081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.54.1
args: "--out-${NO_FUTURE}format colored-line-number"
args: "--timeout=5m --out-${NO_FUTURE}format colored-line-number"

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8334081

Please sign in to comment.