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

View File

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