Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Increase server startup timeout for vllm tests for test stability #101

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

rmccorm4
Copy link
Collaborator

Add separate large timeout for vllm server startup since it downloads the model during server startup, compared to trtllm flow which downloads model as offline import step.

Before this change, the server startup timeout was 10min for vllm models, but sometimes this wasn't enough to fully download the model when network connection is slow. Even though the overall test timeout was set higher, the server startup would still timeout.

This change gives more timeout room for server startup when running vLLM test cases.

… the model during server startup, compared to trtllm flow which downloads model as offline import step
@rmccorm4 rmccorm4 requested a review from krishung5 January 17, 2025 03:28
@rmccorm4 rmccorm4 changed the title test: Increase server startup timeout for vllm tests test: Increase server startup timeout for vllm tests for test consistency Jan 17, 2025
@rmccorm4 rmccorm4 changed the title test: Increase server startup timeout for vllm tests for test consistency test: Increase server startup timeout for vllm tests for test stability Jan 17, 2025
@rmccorm4 rmccorm4 merged commit e3bf149 into main Jan 17, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants