Unverified Commit c5fe3c0b authored by Shangming Cai's avatar Shangming Cai Committed by GitHub
Browse files

Tiny fix test run estimated time (#11544)


Signed-off-by: default avatarShangming Cai <csmthu@gmail.com>
parent 318424e2
......@@ -29,7 +29,7 @@ suites = {
TestFile("models/test_compressed_tensors_models.py", 42),
TestFile("models/test_cross_encoder_models.py", 100),
TestFile("models/test_embedding_models.py", 73),
TestFile("models/test_encoder_embedding_models.py", 100),
TestFile("models/test_encoder_embedding_models.py", 460),
TestFile("models/test_generation_models.py", 103),
TestFile("models/test_nvidia_nemotron_nano_v2.py", 180),
TestFile("models/test_qwen_models.py", 82),
......@@ -108,7 +108,7 @@ suites = {
TestFile("test_regex_constrained.py", 64),
TestFile("test_request_queue_validation.py", 30),
TestFile("test_retract_decode.py", 54),
TestFile("test_score_api.py", 180),
TestFile("test_score_api.py", 310),
TestFile("test_server_args.py", 1),
TestFile("test_skip_tokenizer_init.py", 117),
TestFile("test_srt_endpoint.py", 130),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment