From 20b3d8e3f25514145971e21d4e05ee0e6b820100 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 11 Dec 2024 15:04:35 -0800 Subject: [PATCH] increase golangci-lint timeout 50% --- hack/tools/.golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/.golangci.yml b/hack/tools/.golangci.yml index 84d57ee8..bd40de40 100644 --- a/hack/tools/.golangci.yml +++ b/hack/tools/.golangci.yml @@ -1,5 +1,5 @@ run: - timeout: 2m + timeout: 3m linters: disable-all: true