Skip to content

Commit fedd44b

Browse files
committed
increase linter timeout from 1m0s to 8m0s
1 parent 89efbf3 commit fedd44b

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)