Skip to content

Commit

Permalink
Raise golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 committed Oct 26, 2023
1 parent 99a57f1 commit 5543e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: "--out-${NO_FUTURE}format colored-line-number --timeout=2m"
args: "--out-${NO_FUTURE}format colored-line-number --timeout=3m"
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 5543e3d

Please sign in to comment.