Skip to content

Commit

Permalink
ci: increase golangci-lint timeout (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Sep 8, 2022
1 parent 07f12c2 commit 57edfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# working-directory: somedir

# Optional: golangci-lint command line arguments.
args: --timeout 180s
args: --timeout 10m

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

0 comments on commit 57edfe4

Please sign in to comment.