From aa3f249dbb851353f32e30dcc664f62e6d295c3e Mon Sep 17 00:00:00 2001 From: logikonline Date: Fri, 9 Jan 2026 18:33:36 -0500 Subject: [PATCH] chore: increase golangci-lint timeout to 30m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 10m timeout was insufficient for CI runs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 5834382b85..c8af2cd811 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -196,4 +196,4 @@ formatters: - examples$ run: - timeout: 10m + timeout: 30m