mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix test_litellm_proxy_server_config_no_general_settings
This commit is contained in:
parent
558c00931e
commit
3a510582c2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def test_litellm_proxy_server_config_no_general_settings():
|
|||
)
|
||||
|
||||
# Allow some time for the server to start
|
||||
time.sleep(20) # Adjust the sleep time if necessary
|
||||
time.sleep(60) # Adjust the sleep time if necessary
|
||||
|
||||
# Send a request to the /health/liveliness endpoint
|
||||
response = requests.get("http://localhost:4000/health/liveliness")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue