chore: update CI test est_time values (#38238)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-09-06 17:49:41 -07:00
committed by GitHub
co-authored by sglang-bot
parent 15aa2fb843
commit 6252993afe
1016 changed files with 1051 additions and 1051 deletions
@@ -27,7 +27,7 @@ try:
except ImportError:
_HAS_GRANIAN = False
register_cuda_ci(est_time=150, stage="base-b", runner_config="1-gpu-small")
register_cuda_ci(est_time=108, stage="base-b", runner_config="1-gpu-small")
register_amd_ci(est_time=150, suite="stage-b-test-1-gpu-small-amd")
@@ -14,7 +14,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=80, stage="base-b", runner_config="1-gpu-small")
register_cuda_ci(est_time=156, stage="base-b", runner_config="1-gpu-small")
@unittest.skipUnless(
@@ -31,7 +31,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=300, stage="base-b", runner_config="1-gpu-small")
register_cuda_ci(est_time=353, stage="base-b", runner_config="1-gpu-small")
register_amd_ci(est_time=280, suite="stage-b-test-1-gpu-small-amd")
@@ -23,7 +23,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=90, stage="base-b", runner_config="1-gpu-small")
register_cuda_ci(est_time=59, stage="base-b", runner_config="1-gpu-small")
WHISPER_MODEL = "openai/whisper-large-v3"
AUDIO_URL = "https://raw.githubusercontent.com/sgl-project/sgl-test-files/refs/heads/main/audios/Trump_WEF_2018_10s.mp3"