Skip to content

Commit bff32a4

Browse files
authored
[ty] Increase timeout-minutes to 10 for py-fuzzer job (#21196)
1 parent 17c7b3c commit bff32a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ jobs:
277277
run: cargo test -p ty_python_semantic --test mdtest || true
278278
- name: "Run tests"
279279
run: cargo insta test --all-features --unreferenced reject --test-runner nextest
280-
# Dogfood ty on py-fuzzer
281-
- run: uv run --project=./python/py-fuzzer cargo run -p ty check --project=./python/py-fuzzer
280+
- name: Dogfood ty on py-fuzzer
281+
run: uv run --project=./python/py-fuzzer cargo run -p ty check --project=./python/py-fuzzer
282282
# Check for broken links in the documentation.
283283
- run: cargo doc --all --no-deps
284284
env:
@@ -649,7 +649,7 @@ jobs:
649649
- determine_changes
650650
# Only runs on pull requests, since that is the only we way we can find the base version for comparison.
651651
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && github.event_name == 'pull_request' && (needs.determine_changes.outputs.ty == 'true' || needs.determine_changes.outputs.py-fuzzer == 'true') }}
652-
timeout-minutes: ${{ github.repository == 'astral-sh/ruff' && 5 || 20 }}
652+
timeout-minutes: ${{ github.repository == 'astral-sh/ruff' && 10 || 20 }}
653653
steps:
654654
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
655655
with:

0 commit comments

Comments
 (0)