Unverified Commit 832163b8 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci][test] allow longer wait time for api server (#7629)

parent e73f76ee
...@@ -56,7 +56,7 @@ VLLM_PATH = Path(__file__).parent.parent ...@@ -56,7 +56,7 @@ VLLM_PATH = Path(__file__).parent.parent
class RemoteOpenAIServer: class RemoteOpenAIServer:
DUMMY_API_KEY = "token-abc123" # vLLM's OpenAI server does not need API key DUMMY_API_KEY = "token-abc123" # vLLM's OpenAI server does not need API key
MAX_START_WAIT_S = 120 # wait for server to start for 120 seconds MAX_START_WAIT_S = 240 # wait for server to start for 240 seconds
def __init__( def __init__(
self, self,
......
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