CSG union tests: give the rounded-opening unions a 30 s budget - #764
Merged
Conversation
On the private monorepo's CI, where 22 turbo test tasks share one runner, the rounded-opening union took 6.0 s against bun's 5 s default (0.6 s on this repo's own CI). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jmmz2AMwTzcnKsSHHPEMhN
|
I hit an error while handling your request (Model unavailable on AI Gateway free tier: Free tier users do not have access to this model. Upgrade to paid credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up for unrestricted…). Please try again, rephrase, or reach out if it keeps failing. Error id: 8345cd91-34c3-4400-8d16-c01aa530dcd4 |
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.
On the private monorepo's CI (22 turbo test tasks on one runner) the rounded-opening union test from #762 took 6.0 s against bun's 5 s default timeout; it takes 0.6 s on this repo's CI. The three union tests that do real boolean work get an explicit 30 s budget.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Jmmz2AMwTzcnKsSHHPEMhN
Note
Low Risk
Test-only timeout adjustments with no production code or assertion changes.
Overview
Raises Bun’s per-test timeout from the default 5 s to 30 s for the heaviest wall CSG union cases so they don’t flake on slower CI (e.g. crowded monorepo runners).
The arch/rounded overlapping openings parameterized test and
unions overlapping support and door cuts alongside an item proxynow pass an explicit30_000ms budget; behavior under test is unchanged.Reviewed by Cursor Bugbot for commit 7a36f26. Bugbot is set up for automated code reviews on this repo. Configure here.