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 72a2607 commit 5e06b36
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 @@ -33,7 +33,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 5e06b36

Please sign in to comment.