infra: 15s retry wait on test pypi (#24375)

This commit is contained in:
Erick Friis 2024-07-17 16:41:22 -07:00 committed by GitHub
parent a4c101ae97
commit 96ccba9c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ jobs:
--extra-index-url https://test.pypi.org/simple/ \
"$PKG_NAME==$VERSION" || \
( \
sleep 5 && \
sleep 15 && \
poetry run pip install \
--extra-index-url https://test.pypi.org/simple/ \
"$PKG_NAME==$VERSION" \