Skip to content

ci: raise python-tests job timeout to 30 minutes - #9391

Merged
lstein merged 1 commit into
invoke-ai:mainfrom
lstein:ci/raise-python-tests-timeout
Jul 27, 2026
Merged

ci: raise python-tests job timeout to 30 minutes#9391
lstein merged 1 commit into
invoke-ai:mainfrom
lstein:ci/raise-python-tests-timeout

Conversation

@lstein

@lstein lstein commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Raises the pytest matrix job timeout-minutes from 15 to 30 in python-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

  • feat: Video generation #9163 — the change originated there; once this merges, the identical commit in that branch dedupes on the next merge from 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

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable) — n/a, CI config only
  • Documentation added / updated (if applicable) — n/a

🤖 Generated with Claude Code

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>
@lstein
lstein requested a review from blessedcoolant as a code owner July 27, 2026 20:41
@github-actions github-actions Bot added the CI-CD Continuous integration / Continuous delivery label Jul 27, 2026
@lstein
lstein merged commit 7e95c5f into invoke-ai:main Jul 27, 2026
17 checks passed
@lstein
lstein deleted the ci/raise-python-tests-timeout branch July 27, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-CD Continuous integration / Continuous delivery

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant