Skip to content

Commit fe57f35

Browse files
committed
increase timeout and fix unit test
Signed-off-by: Yuki Huang <yukih@nvidia.com>
1 parent 3574bbc commit fe57f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/models/generation/test_vllm_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ async def test_vllm_refit_non_collocated_update_weights(
12741274
print(f"Error during generation_cluster_separate shutdown: {e}")
12751275

12761276

1277-
@pytest.mark.timeout(210)
1277+
@pytest.mark.timeout(400)
12781278
@pytest.mark.parametrize("tensor_parallel_size", [1, 2])
12791279
def test_vllm_generation_with_megatron_training(
12801280
cluster, tokenizer, tensor_parallel_size

0 commit comments

Comments
 (0)