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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user