From e26989dccb05e83be5844f8c9e7e082380f938e3 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 20 Apr 2023 15:29:21 +0200 Subject: [PATCH] raise the lint timeout --- .make/go.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.make/go.mk b/.make/go.mk index 3612d1e11..87abab4cc 100644 --- a/.make/go.mk +++ b/.make/go.mk @@ -74,7 +74,7 @@ golangci-lint: $(GOLANGCI_LINT) .PHONY: ci-golangci-lint ci-golangci-lint: $(GOLANGCI_LINT) - $(GOLANGCI_LINT) run --path-prefix services/$(NAME) --timeout 10m0s --issues-exit-code 0 --out-format checkstyle > checkstyle.xml + $(GOLANGCI_LINT) run --path-prefix services/$(NAME) --timeout 15m0s --issues-exit-code 0 --out-format checkstyle > checkstyle.xml .PHONY: test test: