Unverified Commit 69ea15e5 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci][distributed] shorten wait time if server hangs (#7098)

parent ed812a73
...@@ -50,7 +50,7 @@ VLLM_PATH = Path(__file__).parent.parent ...@@ -50,7 +50,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_SERVER_START_WAIT_S = 600 # wait for server to start for 60 seconds MAX_SERVER_START_WAIT_S = 120 # wait for server to start for 120 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