Skip to content

Commit

Permalink
Increase lint timeout to 3m (nginx#234)
Browse files Browse the repository at this point in the history
Increase lint timeout to 3m

The lint make command consistently times out. This commit increases the timeout from default of
1 minute to 3 minutes.
  • Loading branch information
miledxz committed Sep 19, 2022
1 parent 95519dc commit 3e9c978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ linters:
issues:
max-issues-per-linter: 0
max-same-issues: 0
run:
timeout: 3m

0 comments on commit 3e9c978

Please sign in to comment.