Skip to content

Commit 1e3f71a

Browse files
committed
MINOR: lint: increase timeout for a linter
1 parent 0d107f0 commit 1e3f71a

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)