From f969417bba1904a6a1c0790fb33dc4f901a796f2 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 26 May 2025 14:34:29 +0200 Subject: [PATCH] Increase uv publish integration test timeout (#13658) Sometimes we have to wait a long time for remote caches to update, see e.g. https://github.com/astral-sh/uv/actions/runs/15252860797/job/42893715464 --- .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 c84ce7ddd..7358ef55f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1422,7 +1422,7 @@ jobs: echo "code_any_changed=${CODE_CHANGED}" >> "${GITHUB_OUTPUT}" integration-test-publish: - timeout-minutes: 10 + timeout-minutes: 20 needs: integration-test-publish-changed name: "integration test | uv publish" runs-on: ubuntu-latest