Skip to content

Commit 9ece613

Browse files
authored
Merge pull request containerd#3450 from djdongjin/fix-golangci-timeout
Increase golangci-lint timeout to 5min
2 parents 818237d + bfc2da4 commit 9ece613

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
@@ -1,6 +1,7 @@
11
---
22
run:
33
concurrency: 6
4+
timeout: 5m
45
linters:
56
disable-all: true
67
enable:

0 commit comments

Comments
 (0)