Skip to content

Commit 485343a

Browse files
committed
Increase timeout to 5m
1 parent b512488 commit 485343a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
run:
2+
timeout: 5m
3+
tests: false
14
linters:
25
enable-all: true
36
disable:
@@ -20,5 +23,3 @@ linters:
2023
- musttag
2124
- nosnakecase
2225
- wrapcheck
23-
run:
24-
tests: false

0 commit comments

Comments
 (0)