ci: bump test job timeout 30 → 45 minutes#242
Merged
Conversation
Three consecutive sync-bundled-snapshot PRs (#238, #239, #240) on May 17, 18, 19 all hit the 30-minute test ceiling on test (3.12) and were cancelled. Recent successful runs (May 13-16) finished in 24-29 min, so the test suite grew past 30 min around May 17. This is the second timeout bump (April 26: 20 → 30). The pattern is clear: tests grow over time, timeout chases them. Permanent fix is to mark slow tests with @pytest.mark.slow and run them in a separate CI lane, but that's a bigger refactor. Bumping to 45 buys 50% headroom and unblocks today's backlog. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #242 +/- ##
=======================================
Coverage 75.90% 75.90%
=======================================
Files 41 41
Lines 5994 5994
=======================================
Hits 4550 4550
Misses 1444 1444 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced May 20, 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.
Summary
Three sync-bundled-snapshot PRs (#238/#239/#240) on May 17-19 all hit the 30-min test (3.12) ceiling and were cancelled. Recent successful runs finished in 24-29 min, so the test suite grew past 30 min around May 17.
This is the second timeout bump (April 26 was 20 → 30). The pattern is clear: tests grow, timeout chases. Permanent fix is
@pytest.mark.slow+ split lanes — deferred. 50% headroom unblocks today's backlog.Once this merges, will trigger reruns on #238/#239/#240 (and consider closing the older two since #240 supersedes them).
🤖 Generated with Claude Code