[CI] Update est_time for 64 tests based on actual elapsed times (#22305)

Co-authored-by: Alison Shao <alison.shao@Mac.lan>
Co-authored-by: Alison Shao <alison.shao@MacBook-Pro-D2W773R9CD.local>
This commit is contained in:
Alison Shao
2026-04-09 20:31:37 -07:00
committed by GitHub
co-authored by Alison Shao Alison Shao
parent 89553ff82b
commit 45b0182205
61 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=563, suite="stage-c-test-deepep-8-gpu-h200")
register_cuda_ci(est_time=490, suite="stage-c-test-deepep-8-gpu-h200")
DEEPSEEK_V32_MODEL_PATH = "deepseek-ai/DeepSeek-V3.2"
+1 -1
View File
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=531, suite="stage-c-test-deepep-4-gpu-h100")
register_cuda_ci(est_time=430, suite="stage-c-test-deepep-4-gpu-h100")
class TestPureDP(CustomTestCase):
+1 -1
View File
@@ -15,7 +15,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=200, suite="stage-c-test-deepep-4-gpu-h100")
register_cuda_ci(est_time=80, suite="stage-c-test-deepep-4-gpu-h100")
ib_devices = get_rdma_devices_args()