Skip to content

Commit 7c3c189

Browse files
KotlinIslandclaude
andcommitted
give the linux test job 30m for the full divergence pipeline
with the divergence harness now passing (rather than being killed at 60s), the linux job runs its whole pipeline — tests + doctests + dogfood + docs — which needs more than the upstream 20m budget on the slower fork runner Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b6a4968 commit 7c3c189

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,10 @@ jobs:
306306
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
307307
needs: determine_changes
308308
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
309-
timeout-minutes: 20
309+
# the basedpython divergence harness transpiles + runs every mdtest block
310+
# through a subprocess and provisions python via uv, so the full pipeline
311+
# (tests + doctests + dogfood + docs) runs longer than the upstream 20m
312+
timeout-minutes: 30
310313
env:
311314
# Line-tables-only debug info: faster builds, backtraces still work.
312315
CARGO_PROFILE_DEV_DEBUG: line-tables-only

0 commit comments

Comments
 (0)