From 12904e50cbe8ac02fbb37e426052ab7a577a9d2e Mon Sep 17 00:00:00 2001 From: Arnau Date: Thu, 12 Sep 2024 18:29:16 +0200 Subject: [PATCH] increase linter TO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa91bd7e..7f8ff33b 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ install-linter: ## Installs the linter .PHONY: lint lint: ## Runs the linter - export "GOROOT=$$(go env GOROOT)" && $$(go env GOPATH)/bin/golangci-lint run --timeout 1m + export "GOROOT=$$(go env GOROOT)" && $$(go env GOPATH)/bin/golangci-lint run --timeout 5m $(VENV_PYTHON): rm -rf $(VENV)