diff --git a/test/srt/test_deepseek_v3_basic.py b/test/srt/test_deepseek_v3_basic.py index 349c102c5..989192e19 100644 --- a/test/srt/test_deepseek_v3_basic.py +++ b/test/srt/test_deepseek_v3_basic.py @@ -28,7 +28,7 @@ class TestDeepseekV3Basic(CustomTestCase): cls.process = popen_launch_server( cls.model, cls.base_url, - timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, + timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH * 5, other_args=other_args, ) diff --git a/test/srt/test_deepseek_v3_mtp.py b/test/srt/test_deepseek_v3_mtp.py index 4dde12a50..b8c43a293 100644 --- a/test/srt/test_deepseek_v3_mtp.py +++ b/test/srt/test_deepseek_v3_mtp.py @@ -42,7 +42,7 @@ class TestDeepseekV3MTP(CustomTestCase): cls.process = popen_launch_server( cls.model, cls.base_url, - timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, + timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH * 5, other_args=other_args, )