Skip to content

Commit

Permalink
Increase lint timeout
Browse files Browse the repository at this point in the history
We occasionally see the lint job fail due to this timeout. Likely when the node running lint is under heavy load, because normally it runs much faster.

This commit increases the timeout substantially to work around that problem.
  • Loading branch information
dnephin committed Jun 3, 2020
1 parent 99eb583 commit 5c2a157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ linters-settings:
simplify: false

run:
timeout: 5m
timeout: 10m

0 comments on commit 5c2a157

Please sign in to comment.