Skip to content

Commit 36689c4

Browse files
authored
Increase lint timeout to 3m (#234)
Increase lint timeout to 3m The lint make command consistently times out. This commit increases the timeout from default of 1 minute to 3 minutes.
1 parent 6cc4171 commit 36689c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ linters:
6262
issues:
6363
max-issues-per-linter: 0
6464
max-same-issues: 0
65+
run:
66+
timeout: 3m

0 commit comments

Comments
 (0)