From d07713a2755fe1292557c8a9192f2fe7386da5fd Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 27 Apr 2024 17:48:07 -0700 Subject: [PATCH] test: fix test --- litellm/tests/test_router_timeout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_router_timeout.py b/litellm/tests/test_router_timeout.py index 4f99d1a99ec..1126f6fb8bf 100644 --- a/litellm/tests/test_router_timeout.py +++ b/litellm/tests/test_router_timeout.py @@ -57,6 +57,7 @@ def test_router_timeouts(): redis_password=os.getenv("REDIS_PASSWORD"), redis_port=int(os.getenv("REDIS_PORT")), timeout=10, + num_retries=0, ) print("***** TPM SETTINGS *****")