From 636a743c2bc5c2a1ed21266b76645cbb117c3ffa Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 12 Nov 2024 11:22:39 -0800 Subject: [PATCH] CI: give windows lint more time (#7635) It looks like 8 minutes isn't quite enough and we're seeing sporadic timeouts --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5058ca9e..3b50e723 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -281,7 +281,7 @@ jobs: shell: bash - uses: golangci/golangci-lint-action@v6 with: - args: --timeout 8m0s -v + args: --timeout 10m0s -v test: strategy: matrix: