Skip to content

Commit

Permalink
Bump golangci linter timeout from 3m to 10m (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Sep 12, 2023
1 parent 0fd55ab commit 58e2876
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,7 +1,7 @@
# This file configures github.com/golangci/golangci-lint.

run:
timeout: 3m
timeout: 10m
tests: true
# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
Expand Down

0 comments on commit 58e2876

Please sign in to comment.