Skip to content

Commit fddac2e

Browse files
committed
Allow Linux tests more time on fork runners
Assisted-by: Codex:GPT-5
1 parent 19eb93d commit fddac2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
374374
needs: determine_changes
375375
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
376-
timeout-minutes: 20
376+
timeout-minutes: ${{ github.repository == 'astral-sh/ruff' && 20 || 40 }}
377377
env:
378378
# Line-tables-only debug info: faster builds, backtraces still work.
379379
CARGO_PROFILE_DEV_DEBUG: line-tables-only

0 commit comments

Comments
 (0)