Skip to content

Increase GitHub Pages deploy timeout to absorb queue backlog - #324

Merged
fsamier merged 1 commit into
mainfrom
ci/increase-pages-timeout
Aug 6, 2026
Merged

Increase GitHub Pages deploy timeout to absorb queue backlog#324
fsamier merged 1 commit into
mainfrom
ci/increase-pages-timeout

Conversation

@fsamier

@fsamier fsamier commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary

The deploy docs job keeps timing out after 10 minutes. Digging into the deploy logs of run 31106667493 shows it isn't permanently stuck — it's slow:

  • ~5.4 min in Current status: deployment_queued (GitHub Pages runner backlog before the build even starts)
  • then Current status: deployment_in_progress, still building when the action's 10-minute total timeout cancelled it → failure

The queue phase alone eats more than half the budget, so the actual Pages build never gets enough time to finish.

Changes

  • Raise the actions/deploy-pages step timeout input to 1500000 ms (25 min) — the action defaults to 10 min, which is too tight given the queue backlog.
  • Raise the step timeout-minutes to 30 and the job timeout-minutes to 40 so the longer deploy fits within the job budget.

Notes

The github-pages environment (added earlier) is correct and remains. This PR only gives the deployment enough time to get through the queue and complete.

@fsamier
fsamier requested a review from a team as a code owner August 6, 2026 14:24
@github-actions github-actions Bot added the ci label Aug 6, 2026
@fsamier
fsamier merged commit 5722b85 into main Aug 6, 2026
13 checks passed
@fsamier
fsamier deleted the ci/increase-pages-timeout branch August 6, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant