Skip to content

Commit

Permalink
Increase golangci-lint timeout to 10m
Browse files Browse the repository at this point in the history
This is meant to solve for recurrent timeouts in several steps,
particularly `golangci-lint-control-plane` and `golang-ci-lint-cli`.

An accompanying change in `consul-k8s-workflows` should disable caching
until the (unclear) root of the issue can be resolved, or we can disable
or clear cache in a more targeted way that solves for these cases.
  • Loading branch information
zalimeni committed Jul 21, 2023
1 parent 8b45de8 commit 73d6b2a
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 @@ -34,4 +34,4 @@ linters-settings:
simplify: true

run:
timeout: 5m
timeout: 10m

0 comments on commit 73d6b2a

Please sign in to comment.