Skip to content

Commit adb621a

Browse files
committed
MINOR: lint: increase timeout for a linter
1 parent 9e4ed89 commit adb621a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ update:
1919
.PHONY: lint
2020
lint:
2121
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
22-
bin/golangci-lint run --timeout 5m --color always --max-issues-per-linter 0 --max-same-issues 0
22+
bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0
2323

2424
.PHONY: gofumpt
2525
gofumpt:

0 commit comments

Comments
 (0)