From 3a510582c2bceb109ea9bc4dff2a600e320c445e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 20 Jun 2024 21:11:30 -0700 Subject: [PATCH] fix test_litellm_proxy_server_config_no_general_settings --- litellm/tests/test_python_38.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_python_38.py b/litellm/tests/test_python_38.py index 5164e96751..0cd7035576 100644 --- a/litellm/tests/test_python_38.py +++ b/litellm/tests/test_python_38.py @@ -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")