Update audio container test time estimate (#32408)

Signed-off-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
Lianmin Zheng
2026-07-25 14:45:08 -07:00
committed by GitHub
parent cd145f840f
commit d3cf4dfbaa
@@ -24,7 +24,7 @@ from sglang.srt.utils.common import load_audio
from sglang.test.ci.ci_register import register_cpu_ci
from sglang.test.test_utils import CustomTestCase
register_cpu_ci(est_time=15, suite="base-a-test-cpu")
register_cpu_ci(est_time=5, suite="base-a-test-cpu")
def _tone(*, sample_rate: int, channels: int = 1) -> np.ndarray: