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
This commit is contained in:
konsti
2025-05-26 14:34:29 +02:00
committed by GitHub
parent 8373261fe7
commit f969417bba
+1 -1
View File
@@ -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