Unverified Commit 11bc8a17 authored by Kris Hung's avatar Kris Hung Committed by GitHub
Browse files

fix: Increase timeout for deepep test (#2572)

parent d5b66fa2
...@@ -282,7 +282,7 @@ vllm_configs = { ...@@ -282,7 +282,7 @@ vllm_configs = {
"--gpus-per-node", "--gpus-per-node",
"2", "2",
], ],
timeout=300, timeout=500,
), ),
"multimodal_agg": VLLMConfig( "multimodal_agg": VLLMConfig(
name="multimodal_agg", name="multimodal_agg",
......
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