Update est_time for stage-b-test-small-1-gpu tests (#16835)
This commit is contained in:
@@ -21,7 +21,7 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
# FlashMLA attention backend tests with MTP speculative decoding
|
||||
register_cuda_ci(est_time=230, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=284, suite="stage-b-test-small-1-gpu")
|
||||
|
||||
|
||||
class TestFlashMLAAttnBackend(unittest.TestCase):
|
||||
|
||||
@@ -16,7 +16,7 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
# DeepSeek-V3 INT8 quantization tests (channel and block INT8)
|
||||
register_cuda_ci(est_time=300, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=341, suite="stage-b-test-small-1-gpu")
|
||||
|
||||
|
||||
class TestMLADeepseekV3ChannelInt8(CustomTestCase):
|
||||
|
||||
Reference in New Issue
Block a user