mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Bump cargo-test-macos
timeout to 15m (#13847)
Closes https://github.com/astral-sh/uv/issues/13846 15m is fine, we should definitely take action if it runs that long normally though.
This commit is contained in:
parent
794b3ec750
commit
f168802ba4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
|||
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
|
||||
|
||||
cargo-test-macos:
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 15
|
||||
needs: determine_changes
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
||||
runs-on: macos-latest-xlarge # github-macos-14-aarch64-6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue