Skip to content

Commit 3ee5ae0

Browse files
AndyZhou952dongbo910220
authored andcommitted
[Fix] Increase max wait time for server readiness to accommodate model loading (vllm-project#1089)
Signed-off-by: Andy Zhou <46011930+AndyZhou952@users.noreply.github.com>
1 parent eeca43b commit 3ee5ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def _start_server(self) -> None:
920920
)
921921

922922
# Wait for server to be ready
923-
max_wait = 600 # 10 minutes
923+
max_wait = 1200 # 20 minutes
924924
start_time = time.time()
925925
while time.time() - start_time < max_wait:
926926
try:

0 commit comments

Comments
 (0)