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: