Skip to content

Commit f4d76ec

Browse files
committed
Extend Windows release timeout
1 parent 4e5fb50 commit f4d76ec

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ jobs:
102102
build-windows:
103103
name: Build (${{ matrix.target }})
104104
runs-on: ${{ matrix.os }}
105-
timeout-minutes: 25
105+
# Windows x64 release smoke tests compile the e2e harness after the release
106+
# binary. GitHub-hosted Windows runners sometimes exceed 25 minutes, which
107+
# cancels otherwise healthy releases before artifacts can be uploaded.
108+
timeout-minutes: 60
106109
strategy:
107110
fail-fast: false
108111
matrix:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcode"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
description = "Possibly the greatest coding agent ever built — blazing-fast TUI, multi-model, swarm coordination, 30+ tools"
55
edition = "2024"
66

0 commit comments

Comments
 (0)