From 5cc997e6d4a3b86909af2b77278653ab759b2983 Mon Sep 17 00:00:00 2001 From: jcleal Date: Mon, 13 Jan 2025 20:11:13 +0000 Subject: [PATCH] Update Makefile.common.mk from root-template-tester:c3c5ef5. --- Makefile.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common.mk b/Makefile.common.mk index 93639a1..0de6f4c 100644 --- a/Makefile.common.mk +++ b/Makefile.common.mk @@ -302,7 +302,7 @@ lint-go: ifeq ($(GO_FILES),) @echo "No *.go files to lint." else - golangci-lint run -v --allow-parallel-runners ./... + golangci-lint run -v --allow-parallel-runners ./... --timeout 5m endif @test -z "$(CI)" || echo "##[endgroup]"