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
04cec4f9
Unverified
Commit
04cec4f9
authored
Mar 25, 2026
by
Andreas Karatzas
Committed by
GitHub
Mar 25, 2026
Browse files
[ROCm][CI] Increase OpenAPI schema test timeouts (#38088)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
14771f71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tests/entrypoints/openai/test_openai_schema.py
tests/entrypoints/openai/test_openai_schema.py
+5
-2
No files found.
tests/entrypoints/openai/test_openai_schema.py
View file @
04cec4f9
...
...
@@ -14,14 +14,17 @@ from schemathesis.internal.checks import CheckContext
from
schemathesis.models
import
Case
from
schemathesis.transports.responses
import
GenericResponse
from
vllm.platforms
import
current_platform
from
...utils
import
RemoteOpenAIServer
schemathesis
.
experimental
.
OPEN_API_3_1
.
enable
()
MODEL_NAME
=
"HuggingFaceTB/SmolVLM-256M-Instruct"
MAXIMUM_IMAGES
=
2
DEFAULT_TIMEOUT_SECONDS
:
Final
[
int
]
=
10
LONG_TIMEOUT_SECONDS
:
Final
[
int
]
=
60
_ROCM_TIMEOUT_MULTIPLIER
=
3
if
current_platform
.
is_rocm
()
else
1
DEFAULT_TIMEOUT_SECONDS
:
Final
[
int
]
=
10
*
_ROCM_TIMEOUT_MULTIPLIER
LONG_TIMEOUT_SECONDS
:
Final
[
int
]
=
60
*
_ROCM_TIMEOUT_MULTIPLIER
@
pytest
.
fixture
(
scope
=
"module"
)
...
...
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