Skip to content

Commit aa72e95

Browse files
committed
set golangci-lint timeout
1 parent e26ec24 commit aa72e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Run `make lint` from the root path of this project to check code with golangci-lint.
1919

2020
run:
21-
deadline: 6m
21+
timeout: 5m
2222

2323
linters:
2424
# Uncomment this line to run only the explicitly enabled linters

0 commit comments

Comments
 (0)