From 1cfc14a7409b57a359309822e0f660f6eef710ec Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Fri, 25 Aug 2023 13:07:22 -0700 Subject: [PATCH] increasing lint time out to 30m --- Makefile.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Common b/Makefile.Common index 536043803a5e..8f76bf502522 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -165,7 +165,7 @@ fmt: $(GOIMPORTS) .PHONY: lint lint: $(LINT) checklicense misspell - $(LINT) run --allow-parallel-runners --verbose --build-tags integration --path-prefix $(shell basename "$(CURDIR)") + $(LINT) run --allow-parallel-runners --verbose --build-tags integration --timeout=30m --path-prefix $(shell basename "$(CURDIR)") .PHONY: govulncheck govulncheck: $(GOVULNCHECK)