Bump timeout for macOS tests from 15m -> 20m (#16925)

This has been failing on main since
fbf925ee63
This commit is contained in:
Zanie Blue 2025-12-02 05:01:43 -06:00 committed by GitHub
parent c8996d24a1
commit 54f9932362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ jobs:
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
cargo-test-macos:
timeout-minutes: 15
timeout-minutes: 20
needs: determine_changes
# Only run macOS tests on main without opt-in
if: ${{ contains(github.event.pull_request.labels.*.name, 'test:macos') || github.ref == 'refs/heads/main' }}