From 248d07566fb3d4103d44e9c02c2e5d449379b9ec Mon Sep 17 00:00:00 2001 From: starmountain1997 <77533802+starmountain1997@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:31:46 +0800 Subject: [PATCH] [CI] nightly test timeout (#6912) ### What this PR does / why we need it? The nightly test is currently failing due to a [timeout](https://github.com/vllm-project/vllm-ascend/actions/runs/22547280169/job/65326335134). As noted in #6778, this issue can be resolved by applying this fix. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? run nightly test. Co-authored-by: guozr --- tests/e2e/nightly/single_node/models/test_deepseek_v3_2_w8a8.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/nightly/single_node/models/test_deepseek_v3_2_w8a8.py b/tests/e2e/nightly/single_node/models/test_deepseek_v3_2_w8a8.py index 436a60df..c1cc4f71 100644 --- a/tests/e2e/nightly/single_node/models/test_deepseek_v3_2_w8a8.py +++ b/tests/e2e/nightly/single_node/models/test_deepseek_v3_2_w8a8.py @@ -85,6 +85,7 @@ async def test_models(model: str, tp_size: int, dp_size: int) -> None: "VLLM_ASCEND_ENABLE_MLAPO": "1", "PYTORCH_NPU_ALLOC_CONF": "expandable_segments:True", "VLLM_ASCEND_ENABLE_FLASHCOMM1": "1", + "VLLM_ENGINE_READY_TIMEOUT_S": "1800" } server_args = [