From ee7cfbf13315d2fb6621042b97f7d6b8fc11ca5b Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> Date: Fri, 1 May 2026 12:50:43 -0700 Subject: [PATCH] Increase golangci-lint timeout to 10m Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3f730986a07..ddd195165f9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,6 @@ version: "2" run: - timeout: 5m + timeout: 10m # List of build tags, all linters use it. build-tags: - netgo