CI: give windows lint more time (#7635)

It looks like 8 minutes isn't quite enough and we're seeing sporadic timeouts
This commit is contained in:
Daniel Hiltgen
2024-11-12 11:22:39 -08:00
committed by GitHub
parent df011054fa
commit 636a743c2b

View File

@@ -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: