Skip to content

ci: raise Test Workspace timeout to 75 minutes#189

Merged
aaltshuler merged 1 commit into
mainfrom
ci/test-workspace-timeout
Jun 11, 2026
Merged

ci: raise Test Workspace timeout to 75 minutes#189
aaltshuler merged 1 commit into
mainfrom
ci/test-workspace-timeout

Conversation

@aaltshuler

Copy link
Copy Markdown
Collaborator

Unblocks #188 and main's own CI. Four consecutive 45-minute timeouts (main ×2, #188 ×2) since #186's Cargo.lock bump: a cold rust-cache costs a full workspace + failpoints-feature build on the 2-core runner, which exceeds 45 minutes on slow runner days — and a timed-out run never saves its cache, so the undersized budget self-perpetuates (every retry starts cold and dies the same way). Verified from the logs: zero failing tests; orphaned cargo/rustc killed mid-compile at the 45-minute mark.

Warm-cache runs remain ~15 minutes — 75 is headroom (matching the RustFS job's budget), not a target. This PR's own run executes under the new budget and, on success, saves the new-lock cache that un-colds everything downstream.

🤖 Generated with Claude Code

A cold rust-cache (every Cargo.lock change) means a full workspace +
failpoints-feature build on the 2-core runner, which now exceeds 45
minutes on slow runner days — and because a timed-out run never saves its
cache, an undersized budget self-perpetuates: every retry starts cold and
dies identically (observed four consecutive 45-minute cancellations on
main and PR #188 after #186's lock bump). Warm-cache runs stay ~15
minutes; 75 is headroom matching the rustfs job's budget, not a target.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaltshuler has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@aaltshuler aaltshuler merged commit e19c095 into main Jun 11, 2026
8 checks passed
@aaltshuler aaltshuler deleted the ci/test-workspace-timeout branch June 11, 2026 08:39
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.

1 participant