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
vllm_cscc
Commits
93d06524
Unverified
Commit
93d06524
authored
Aug 11, 2025
by
Michael Goin
Committed by
GitHub
Aug 11, 2025
Browse files
[CI] Increase timeout for test_completion_with_image_embeds (#22670)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
ea1292ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/v1/entrypoints/openai/test_completion_with_image_embeds.py
...1/entrypoints/openai/test_completion_with_image_embeds.py
+2
-1
No files found.
tests/v1/entrypoints/openai/test_completion_with_image_embeds.py
View file @
93d06524
...
@@ -38,7 +38,8 @@ def default_image_embeds_server_args() -> list[str]:
...
@@ -38,7 +38,8 @@ def default_image_embeds_server_args() -> list[str]:
@
pytest
.
fixture
(
scope
=
"module"
)
@
pytest
.
fixture
(
scope
=
"module"
)
def
server_with_image_embeds
(
default_image_embeds_server_args
):
def
server_with_image_embeds
(
default_image_embeds_server_args
):
with
RemoteOpenAIServer
(
MODEL_NAME
,
with
RemoteOpenAIServer
(
MODEL_NAME
,
default_image_embeds_server_args
)
as
remote_server
:
default_image_embeds_server_args
,
max_wait_seconds
=
600
)
as
remote_server
:
yield
remote_server
yield
remote_server
...
...
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