mirror of https://github.com/astral-sh/uv
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:
parent
8373261fe7
commit
f969417bba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue