From adb621ad0dba279e506ac8465275684fdc33da8d Mon Sep 17 00:00:00 2001 From: Marko Juraga Date: Tue, 13 Feb 2024 14:51:17 +0100 Subject: [PATCH] MINOR: lint: increase timeout for a linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3dc4814..f22c99e1 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ update: .PHONY: lint lint: cd bin;GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION} sh lint-check.sh - bin/golangci-lint run --timeout 5m --color always --max-issues-per-linter 0 --max-same-issues 0 + bin/golangci-lint run --timeout 10m --color always --max-issues-per-linter 0 --max-same-issues 0 .PHONY: gofumpt gofumpt: