Skip to content

Commit dd077f8

Browse files
vishnu2kmohanclaude
andcommitted
ci(timeout): increase xdist-enforcement job timeout from 5 to 10 minutes
Profile results show the job runs 4 test steps with 2-3x CI I/O overhead. Local execution takes ~30-60s, but CI can take 2-5 minutes with variance. The 5-minute timeout was too tight, causing intermittent timeouts. Changes: - Increased timeout-minutes from 5 to 10 (2x safety margin) - Added inline comment explaining the profiling rationale 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b4c68bd commit dd077f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ jobs:
175175
xdist-enforcement:
176176
name: Validate Pytest-xdist Isolation
177177
runs-on: ubuntu-latest
178-
timeout-minutes: 5
178+
# Increased from 5 to 10 minutes (2x safety margin)
179+
# Profile results: Local ~10s for xdist tests, but CI has 4 steps with 2-3x I/O overhead
180+
timeout-minutes: 10
179181
steps:
180182
- name: Checkout code
181183
uses: actions/checkout@v5

0 commit comments

Comments
 (0)