From 0e1c22128b26f3762c1a9e43c5753c94b71be17e Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 28 Jan 2025 11:15:19 +0100 Subject: [PATCH] Bump trampoline CI timeout to 20min Sometimes that job is just slow: https://github.com/astral-sh/uv/actions/runs/12996921221/job/36247398606 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b985a930b9bb..b1999f315ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: # Separate jobs for the nightly crate windows-trampoline-test: - timeout-minutes: 10 + timeout-minutes: 20 needs: determine_changes if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} runs-on: windows-latest