Skip to content

Commit

Permalink
Increase golangci-lint timeout from 3m -> 5m
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Upton <[email protected]>
  • Loading branch information
aramprice authored and ystros committed Oct 22, 2024
1 parent d8bd698 commit 95b2630
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
@@ -1,6 +1,6 @@
# https://golangci-lint.run/usage/configuration/
run:
timeout: 3m # 1m default times out on github-action runners
timeout: 5m # 1m default times out on github-action runners

linters:
enable:
Expand Down

0 comments on commit 95b2630

Please sign in to comment.