[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
@@ -31,7 +31,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=120, suite="stage-b-test-1-gpu-small")
register_cuda_ci(est_time=40, suite="stage-b-test-1-gpu-small")
register_amd_ci(est_time=140, suite="stage-b-test-1-gpu-small-amd")
@@ -27,7 +27,7 @@ try:
except ImportError:
_HAS_GRANIAN = False
register_cuda_ci(est_time=120, suite="stage-b-test-1-gpu-small")
register_cuda_ci(est_time=50, suite="stage-b-test-1-gpu-small")
@unittest.skipUnless(_HAS_GRANIAN, "granian not installed (pip install sglang[http2])")