Skip to content

ci: raise the quality-gate timeout to 8 minutes - #453

Merged
antoinetoussaint-byte merged 1 commit into
mainfrom
ci/quality-gate-budget
Aug 22, 2026
Merged

ci: raise the quality-gate timeout to 8 minutes#453
antoinetoussaint-byte merged 1 commit into
mainfrom
ci/quality-gate-budget

Conversation

@antoinetoussaint-byte

Copy link
Copy Markdown
Contributor

Summary

  • The quality matrix's timeout-minutes: 5 no longer fits reality: race/coverage run 4m07s–4m59s on warm cache with ±40s runner variance, so healthy runs get cancelled at the edge (feat(librarystore): versioned library store + GitHub Go strategy (#446) #447's race gate passed at 4m59s, then got cancelled at exactly 5m00s with zero test failures).
  • 8 minutes restores headroom while still bounding a real hang well below a runner-hour.

Test plan

  • This PR's own CI exercises the changed workflow
    🤖 Generated with Claude Code

The race and coverage gates run 4m07s-4m59s on a warm cache with ~40s of
runner variance, so the 5-minute budget cancels borderline-healthy runs
(PR #447's race gate: pass at 4m59s, cancelled at 5m00s, zero failures).
8 minutes restores headroom while still bounding a genuine hang.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@antoinetoussaint-byte
antoinetoussaint-byte merged commit c5c5f12 into mainAug 22, 2026
5 checks passed
Sign up for freeto 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.

1 participant

@antoinetoussaint-byte