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

This commit is contained in:
youkaichao 2024-08-17 11:26:38 -07:00 committed by GitHub
parent e73f76eec6
commit 832163b875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = 120 # wait for server to start for 120 seconds
MAX_START_WAIT_S = 240 # wait for server to start for 240 seconds
def __init__(
self,