Skip to content

Raise deploy ship timeout to 5 minutes#341

Merged
corporate-gadfly merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/deploy-ship-timeout
Jun 17, 2026
Merged

Raise deploy ship timeout to 5 minutes#341
corporate-gadfly merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/deploy-ship-timeout

Conversation

@miharp

@miharp miharp commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

What

Raise the deploy ship job's timeout-minutes from 1 to 5.

Why

Follow-up to #340. A manual deploy of master was cancelled at the Deploy to GH Pages step: the ship job ran 1m02s and hit its 1-minute cap.

The job pulls + extracts the full-site archive, uploads the Pages artifact, and runs the GH Pages deployment. As the site has grown these now total just over a minute (older deploys ran ~30s), leaving no budget for the final deploy step. The successful build had already pushed the archive to GHCR, so this purely a wall-clock cap, not a content/build problem.

The deploy `ship` job is capped at `timeout-minutes: 1`, but pulling and
extracting the full-site archive, uploading the Pages artifact, and the GH Pages
deployment now total just over a minute as the site has grown (older deploys ran
~30s). A manual deploy of master hit the cap and was cancelled at the "Deploy to
GH Pages" step, so the build never went live.

Raise the cap to 5 minutes to give headroom.

Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@miharp miharp requested a review from a team as a code owner June 17, 2026 13:50
@corporate-gadfly corporate-gadfly merged commit 0904477 into OpenVoxProject:master Jun 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants