Skip to content

Commit b687b6a

Browse files
mldangeloclaude
andcommitted
ci: increase test job timeout from 15 to 30 minutes
Windows smoke tests hit the 15-minute limit due to npm install + npx download time. 30 minutes gives enough headroom. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 89195e4 commit b687b6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
test:
7373
name: Test (py${{ matrix.python-version }}, ${{ matrix.os }})
7474
runs-on: ${{ matrix.os }}
75-
timeout-minutes: 15
75+
timeout-minutes: 30
7676
strategy:
7777
matrix:
7878
# Temporarily excluding macos-latest due to GitHub Actions runner resource constraints
@@ -152,7 +152,7 @@ jobs:
152152
test-npx-fallback:
153153
name: Test npx fallback (py${{ matrix.python-version }}, ${{ matrix.os }})
154154
runs-on: ${{ matrix.os }}
155-
timeout-minutes: 15
155+
timeout-minutes: 30
156156
strategy:
157157
matrix:
158158
# Test npx fallback (without global install)

0 commit comments

Comments
 (0)