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
832163b8
Unverified
Commit
832163b8
authored
Aug 17, 2024
by
youkaichao
Committed by
GitHub
Aug 17, 2024
Browse files
[ci][test] allow longer wait time for api server (#7629)
parent
e73f76ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/utils.py
tests/utils.py
+1
-1
No files found.
tests/utils.py
View file @
832163b8
...
...
@@ -56,7 +56,7 @@ VLLM_PATH = Path(__file__).parent.parent
class
RemoteOpenAIServer
:
DUMMY_API_KEY
=
"token-abc123"
# vLLM's OpenAI server does not need API key
MAX_START_WAIT_S
=
1
20
# wait for server to start for
1
20 seconds
MAX_START_WAIT_S
=
2
4
0
# wait for server to start for 2
4
0 seconds
def
__init__
(
self
,
...
...
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