fix: update AMD CI estimated time for test_torch_compile (#16631)

This commit is contained in:
Alison Shao
2026-01-06 23:42:18 -08:00
committed by GitHub
parent 973116e6bb
commit 6b8a9d7058

View File

@@ -17,7 +17,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=190, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=169, suite="stage-b-test-small-1-gpu")
register_amd_ci(est_time=993, suite="stage-b-test-small-1-gpu")
class TestTorchCompile(CustomTestCase):