Skip to content

Commit b0c1bdb

Browse files
ci: raise timeout for golangci
to avoid it locally: ``` ERRO Running error: context loading failed: failed to load packages: failed to load packages: failed to load with go/packages: context deadline exceeded ERRO Timeout exceeded: try increasing it by passing --timeout option ``` Signed-off-by: Pascal Bourdier <[email protected]>
1 parent 0af752f commit b0c1bdb

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
2122
linters:
2223
disable-all: true
2324
enable:

0 commit comments

Comments
 (0)