From 99cea6c1b505e12af09116691fda7173b246b71b Mon Sep 17 00:00:00 2001 From: Nengjun Ma Date: Fri, 10 Apr 2026 17:34:18 +0800 Subject: [PATCH] [CI] Fix the nightly pip binary install doc test fail. (#8129) ### What this PR does / why we need it? Fix the nightly pip binary install doc test fail. ### Does this PR introduce _any_ user-facing change? NA ### How was this patch tested? Nightly doc test Signed-off-by: leo-pony --- tests/e2e/doctests/002-pip-binary-installation-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/doctests/002-pip-binary-installation-test.sh b/tests/e2e/doctests/002-pip-binary-installation-test.sh index 90eefd09..fbd94694 100644 --- a/tests/e2e/doctests/002-pip-binary-installation-test.sh +++ b/tests/e2e/doctests/002-pip-binary-installation-test.sh @@ -48,7 +48,7 @@ function install_binary_test() { pip config set global.extra-index-url "https://download.pytorch.org/whl/cpu/ https://mirrors.huaweicloud.com/ascend/repos/pypi" # The vLLM version already in pypi, we install from pypi. - pip install vllm=="${PIP_VLLM_VERSION}" + pip install --default-timeout=300 --retries 3 vllm=="${PIP_VLLM_VERSION}" pip install vllm-ascend=="${PIP_VLLM_ASCEND_VERSION}" if [ "${PIP_VLLM_ASCEND_VERSION}" == "0.17.0rc1" ]; then