chore: update CI test est_time values (#23785)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-04-26 20:17:50 -07:00
committed by GitHub
co-authored by sglang-bot
parent 32c3513816
commit da175b964d
268 changed files with 269 additions and 269 deletions
@@ -14,7 +14,7 @@ from sglang.test.test_utils import (
)
# RadixAttention server integration tests
register_cuda_ci(est_time=96, suite="stage-b-test-1-gpu-small")
register_cuda_ci(est_time=100, suite="stage-b-test-1-gpu-small")
register_amd_ci(est_time=100, suite="stage-b-test-1-gpu-small-amd")
@@ -11,7 +11,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=62, suite="stage-b-test-1-gpu-small")
register_cuda_ci(est_time=55, suite="stage-b-test-1-gpu-small")
MODEL = DEFAULT_SMALL_MODEL_NAME_FOR_TEST
@@ -6,7 +6,7 @@ from sglang.test.server_fixtures.default_fixture import DefaultServerBase
MODEL = "openai/gpt-oss-20b"
register_cuda_ci(est_time=142, suite="stage-b-test-1-gpu-large")
register_cuda_ci(est_time=151, suite="stage-b-test-1-gpu-large")
class TestSWARadixCacheKL(KLDivergenceMixin, DefaultServerBase):
@@ -34,7 +34,7 @@ MAMBA_TRACK_INTERVAL = 128
SWA_MODEL = "openai/gpt-oss-20b"
FULL_MODEL = "Qwen/Qwen3-32B"
register_cuda_ci(est_time=1200, suite="stage-c-test-4-gpu-h100")
register_cuda_ci(est_time=632, suite="stage-c-test-4-gpu-h100")
class UnifiedRadixTreeTestMixin: