From 1153822aab0058bbfb3b80e857d9d5ccc9c5d268 Mon Sep 17 00:00:00 2001 From: Haiko Schol Date: Wed, 18 Dec 2024 16:20:15 +0700 Subject: [PATCH] chore: increase linter timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46a10a96e4..160fc26e64 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ help: Makefile .PHONY: lint lint: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62 - golangci-lint run + golangci-lint run --timeout 3m clean: rm -fr ./bin