ci: raise python-tests job timeout to 30 minutes - #9391
Merged
Conversation
The pytest matrix jobs already run 9-11 minutes per platform on main, and heavier PRs (e.g. invoke-ai#9163) push windows-cpu past the 15-minute cap, cancelling the run mid-pytest. Raise the cap to 30 minutes to give feature branches headroom. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
Raises the pytest matrix job
timeout-minutesfrom 15 to 30 inpython-tests.yml.The stated expectation in the old comment ("2-6 min") is long out of date: the matrix jobs already take 9–11 minutes per platform on
main, and windows-cpu runs on heavier PRs (e.g. #9163, where windows jobs currently take ~15m43s) exceed the 15-minute cap and get cancelled mid-pytest. This is now blocking several open PRs.Split out of #9163 (where this change has been running green since 2026-07-20) so other PRs can benefit immediately.
Related Issues / Discussions
main.QA Instructions
CI-only change. Verify the pytest matrix jobs on this PR still pass and report their usual duration.
Merge Plan
No special instructions — squash as usual.
Checklist
🤖 Generated with Claude Code