Skip to content

Commit dce3c3d

Browse files
committed
BUILD/MINOR: ci: increase timeout for golang linters
1 parent 22c3426 commit dce3c3d

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
@@ -23,7 +23,7 @@ doc:
2323
.PHONY: lint
2424
lint:
2525
cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh
26-
bin/golangci-lint run --timeout 5m --color always --max-issues-per-linter 0 --max-same-issues 0
26+
bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0
2727

2828
.PHONY: yaml-lint
2929
yaml-lint:

0 commit comments

Comments
 (0)