Skip to content

Commit

Permalink
Bump golangci-lint timeout from 2m to 5m
Browse files Browse the repository at this point in the history
Sometimes golangci-lint timesout when running in CI. Bump the timeout
from 2 minutes to 5 minutes to reduce flakey CI failures.

ref: https://golangci-lint.run/usage/configuration/#run-configurationhttps://golangci-lint.run/usage/configuration/#run-configuration
  • Loading branch information
seanmalloy committed Dec 6, 2024
1 parent a2fd3aa commit e6deb65
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,5 +1,5 @@
run:
timeout: 2m
timeout: 5m

linters:
disable-all: true
Expand Down

0 comments on commit e6deb65

Please sign in to comment.