Skip to content

Commit

Permalink
Increased timeout even more
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-grundmann committed Aug 13, 2024
1 parent 9d9b5e6 commit d8a4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/rpc/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from vllm.transformers_utils.tokenizer_group import init_tokenizer_from_configs

# Time to wait before checking it the server process is alive.
SERVER_START_TIMEOUT_MS = 10000
SERVER_START_TIMEOUT_MS = 1000000000


class AsyncEngineRPCClient:
Expand Down

0 comments on commit d8a4488

Please sign in to comment.