mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-31 22:22:24 +00:00
test(test_python_38.py): add longer delay
This commit is contained in:
@@ -64,7 +64,7 @@ def test_litellm_proxy_server_config_no_general_settings():
|
||||
)
|
||||
|
||||
# Allow some time for the server to start
|
||||
time.sleep(5) # Adjust the sleep time if necessary
|
||||
time.sleep(20) # Adjust the sleep time if necessary
|
||||
|
||||
# Send a request to the /health/liveliness endpoint
|
||||
response = requests.get("http://localhost:4000/health/liveliness")
|
||||
|
||||
Reference in New Issue
Block a user