From 7ccbf5fd04f7ee23095fc38e49e749d58dc18282 Mon Sep 17 00:00:00 2001 From: pllimax Date: Thu, 17 Sep 2026 20:50:33 +0800 Subject: [PATCH] [NPU][CI] Increase e2e multi-node test timeout to 210 minutes (#39952) --- python/sglang/test/ascend/e2e/run_npu_e2e_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/test/ascend/e2e/run_npu_e2e_test.py b/python/sglang/test/ascend/e2e/run_npu_e2e_test.py index f0ba2ee50..958d682fd 100644 --- a/python/sglang/test/ascend/e2e/run_npu_e2e_test.py +++ b/python/sglang/test/ascend/e2e/run_npu_e2e_test.py @@ -30,7 +30,7 @@ custom_api = client.CustomObjectsApi() batch_api = client.BatchV1Api() rbac_api = client.RbacAuthorizationV1Api() -LOCAL_TIMEOUT = 10800 +LOCAL_TIMEOUT = 12600 script_path = os.path.dirname(os.path.abspath(__file__))