fix: increase Windows CI timeout to 45m

The cmd/bd tests take ~30+ minutes on Windows due to slow
filesystem operations (SQLite, git). Increase timeout to 45m
to provide adequate buffer.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-03 20:09:49 -08:00
parent 6267f3b7f5
commit 4a245fc447

View File

@@ -71,7 +71,7 @@ jobs:
run: go build -v ./cmd/bd run: go build -v ./cmd/bd
- name: Test - name: Test
run: go test -v -short -timeout=30m -parallel=4 ./... run: go test -v -short -timeout=45m -parallel=4 ./...
lint: lint:
name: Lint name: Lint