Skip to content

Commit 019ee3d

Browse files
committed
BUILD/MINOR: ci: increase timeout for golangci-lint
1 parent e72701c commit 019ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ doc:
2525
.PHONY: lint
2626
lint:
2727
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
28-
bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0
28+
bin/golangci-lint run --timeout 20m --color always --max-issues-per-linter 0 --max-same-issues 0
2929

3030
.PHONY: yaml-lint
3131
yaml-lint:

0 commit comments

Comments
 (0)