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
@@ -1,6 +1,6 @@
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=3, suite="stage-a-test-cpu")
register_cpu_ci(est_time=6, suite="stage-a-test-cpu")
import unittest
@@ -24,7 +24,7 @@ from sglang.srt.utils.hf_transformers.tokenizer import _fix_special_tokens_patte
from sglang.srt.utils.hf_transformers_patches import normalize_rope_scaling_compat
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=5, suite="stage-a-test-cpu")
register_cpu_ci(est_time=6, suite="stage-a-test-cpu")
# ---------------------------------------------------------------------------
@@ -10,7 +10,7 @@ import unittest
from sglang.srt.utils.auth import AuthLevel, decide_request_auth
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=3, suite="stage-a-test-cpu")
register_cpu_ci(est_time=6, suite="stage-a-test-cpu")
class TestHttpServerAdminAuth(unittest.TestCase):
@@ -10,7 +10,7 @@ from sglang.srt.utils.json_response import (
)
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=4, suite="stage-a-test-cpu")
register_cpu_ci(est_time=6, suite="stage-a-test-cpu")
class TestJSONResponseUtils(unittest.TestCase):
@@ -17,7 +17,7 @@ from sglang.srt.managers.io_struct import ProfileReq, ProfileReqInput, ProfileRe
from sglang.srt.utils.profile_merger import ProfileMerger
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
register_cuda_ci(est_time=8, suite="stage-b-test-1-gpu-small")
register_cuda_ci(est_time=9, suite="stage-b-test-1-gpu-small")
register_amd_ci(est_time=8, suite="stage-b-test-1-gpu-small-amd")
@@ -24,7 +24,7 @@ from sglang.srt.utils.watchdog import SubprocessWatchdog
from sglang.test.ci.ci_register import register_cpu_ci
from sglang.test.test_utils import CustomTestCase
register_cpu_ci(est_time=8, suite="stage-a-test-cpu")
register_cpu_ci(est_time=9, suite="stage-a-test-cpu")
def healthy_worker():