From 488d24746e442cf2c498b91788e7f943c6053968 Mon Sep 17 00:00:00 2001 From: wangli Date: Tue, 24 Feb 2026 09:58:24 +0800 Subject: [PATCH] increase VLLM_ENGINE_READY_TIMEOUT_S Signed-off-by: wangli --- tests/e2e/nightly/multi_node/scripts/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/nightly/multi_node/scripts/run.sh b/tests/e2e/nightly/multi_node/scripts/run.sh index 6d8b774aa94..0aced732fba 100644 --- a/tests/e2e/nightly/multi_node/scripts/run.sh +++ b/tests/e2e/nightly/multi_node/scripts/run.sh @@ -28,6 +28,8 @@ export VLLM_LOGGING_LEVEL="INFO" export GLOG_minloglevel=1 # Set transformers to offline mode to avoid downloading models during tests export HF_HUB_OFFLINE="1" +# Default is 600s +export VLLM_ENGINE_READY_TIMEOUT_S=1800 # Function to print section headers print_section() {