From 3f28c15d4f6f923446396023564bab77eb8af307 Mon Sep 17 00:00:00 2001 From: Arnau Date: Thu, 12 Sep 2024 16:54:37 +0200 Subject: [PATCH] increase linter TO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa71f98a..fa91bd7e 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 + export "GOROOT=$$(go env GOROOT)" && $$(go env GOPATH)/bin/golangci-lint run --timeout 1m $(VENV_PYTHON): rm -rf $(VENV)