raise the lint timeout

This commit is contained in:
Michael Barz
2023-04-20 15:29:21 +02:00
parent 4004f70733
commit e26989dccb
+1 -1
View File
@@ -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: