Skip to content

Commit

Permalink
[fix] increase linting check timeout (#258)
Browse files Browse the repository at this point in the history
The action has been failing for a while due to it being a bit slow.
increase the timeout by 1m

Signed-off-by: Stephen Adams <[email protected]>

Signed-off-by: Stephen Adams <[email protected]>
  • Loading branch information
SteveHNH authored Sep 7, 2022
1 parent e502897 commit 047e256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
args: --timeout=2m

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit 047e256

Please sign in to comment.