Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
11bc8a17
Unverified
Commit
11bc8a17
authored
Aug 20, 2025
by
Kris Hung
Committed by
GitHub
Aug 20, 2025
Browse files
fix: Increase timeout for deepep test (#2572)
parent
d5b66fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/serve/test_vllm.py
tests/serve/test_vllm.py
+1
-1
No files found.
tests/serve/test_vllm.py
View file @
11bc8a17
...
@@ -282,7 +282,7 @@ vllm_configs = {
...
@@ -282,7 +282,7 @@ vllm_configs = {
"--gpus-per-node"
,
"--gpus-per-node"
,
"2"
,
"2"
,
],
],
timeout
=
3
00
,
timeout
=
5
00
,
),
),
"multimodal_agg"
:
VLLMConfig
(
"multimodal_agg"
:
VLLMConfig
(
name
=
"multimodal_agg"
,
name
=
"multimodal_agg"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment