Cap build-lint-test CI jobs at 30 minutes - #364
Open
DABH wants to merge 1 commit into
Open
Conversation
Normal matrix jobs finish in 7-14 minutes, but a hung test run currently burns GitHub's 6-hour default job timeout before failing — observed on main and again on a PR run today, both stuck inside the time-skipping pytest pass on macos-arm. Fail hangs fast instead.
tconley1428
approved these changes
Sep 10, 2026
This was referenced Sep 10, 2026
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.
Normal
build-lint-testmatrix jobs finish in 7–14 minutes, but the workflow sets notimeout-minutes, so a hung test run burns GitHub's 6-hour default before failing. This has bitten at least twice — a 360-minute job on a recentmainrun, and a 4.5-hour hang today on #363's rerun (both stuck inside the time-skipping pytest pass on macos-arm) — blocking PRs for hours per incident.timeout-minutes: 30gives 2–4× headroom over the observed normal maximum while failing hangs in minutes instead of hours. The underlying macos-arm time-skipping hang is worth its own investigation; this just stops it from costing 6 runner-hours and a stuck PR each time it fires.