[CI/NPU] fix multiple NPU CI issue (#16111)

This commit is contained in:
Even Zhou
2025-12-31 21:14:04 +08:00
committed by GitHub
parent 2667c857a7
commit 3b3c5a05c1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class TestAscendDeepEP(CustomTestCase):
process = popen_launch_server(
model,
self.base_url,
timeout=1500,
timeout=2400,
other_args=[
*self.common_args,
],
+1 -1
View File
@@ -66,7 +66,7 @@ class TestAscendDeepSeekMTP(CustomTestCase):
process = popen_launch_server(
model,
self.base_url,
timeout=1500,
timeout=2400,
other_args=[
*self.common_args,
],