fix(ci): extend release publish timeout - #6034
Merged
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved 77510ae Single-line CI timeout increase (10 → 30 minutes) for the release publish job. No runtime or deployment behavior changes. You can customize Macroscope's approvability policy. Learn more. |
Contributor
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 10, 2026
## What's Changed * fix(ci): extend release publish timeout by @t3-code[bot] in pingdotgg/t3code#6034 * Allow Android tablets to rotate by @juliusmarminge in pingdotgg/t3code#5613 * fix(web): account for Windows window controls in PR page header by @UtkarshUsername in pingdotgg/t3code#6049 **Full Changelog**: pingdotgg/t3code@v0.0.34-nightly.20260810.1061...v0.0.34-nightly.20260810.1062 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.34-nightly.20260810.1062
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
Raised the GitHub release publishing job timeout from 10 to 30 minutes.
Why
The latest nightly completed its builds and npm publish, but large GitHub release asset uploads stalled until the 10 minute job timeout canceled the release. The longer timeout gives transient uploads enough time to finish.
Checklist
model: gpt-5.4
harness: t3bot
Note
Low Risk
Single CI timeout tweak with no application or release logic changes.
Overview
Increases the
releasejob timeout in.github/workflows/release.ymlfrom 10 to 30 minutes so the Publish GitHub Release step can finish uploading large desktop artifacts without the workflow being canceled mid-upload.No other release steps or job dependencies change; this only gives the GitHub release publish phase more headroom when uploads are slow or stall briefly.
Reviewed by Cursor Bugbot for commit 77510ae. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Extend 'Publish GitHub Release' job timeout from 10 to 30 minutes
The release job was timing out before completing. Updates
timeout-minutesin release.yml from 10 to 30.Macroscope summarized 77510ae.