Skip to content

Commit d2f03a2

Browse files
authored
Merge pull request #3034 from PascalBourdier/golangci-timeout
ci: raise timeout for golangci
2 parents 3b8e7b3 + 60baa9e commit d2f03a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
---
1919
run:
2020
concurrency: 6
21+
timeout: 2m # to avoid timeout locally
2122
linters:
2223
disable-all: true
2324
enable:

0 commit comments

Comments
 (0)