Skip to content

Commit 5c17cfd

Browse files
authored
Merge pull request #5042 from nawazkh/increase_linter_timeout
increase linter timeout from 1m0s to 8m0s
2 parents f27ddf9 + fedd44b commit 5c17cfd

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
@@ -559,7 +559,7 @@ help: ## Display this help.
559559

560560
.PHONY: lint
561561
lint: $(GOLANGCI_LINT) lint-latest ## Lint codebase.
562-
$(GOLANGCI_LINT) run -v $(GOLANGCI_LINT_EXTRA_ARGS)
562+
$(GOLANGCI_LINT) run -v --timeout=8m0s --print-resources-usage $(GOLANGCI_LINT_EXTRA_ARGS)
563563

564564
.PHONY: lint-fix
565565
lint-fix: $(GOLANGCI_LINT) ## Lint the codebase and run auto-fixers if supported by the linter.

0 commit comments

Comments
 (0)