diff --git a/litellm/tests/test_async_fn.py b/litellm/tests/test_async_fn.py index 29cdaf2d4..5d6f18836 100644 --- a/litellm/tests/test_async_fn.py +++ b/litellm/tests/test_async_fn.py @@ -167,7 +167,7 @@ def test_get_cloudflare_response_streaming(): model="cloudflare/@cf/meta/llama-2-7b-chat-int8", messages=messages, stream=True, - timeout=5, + num_retries=3, # cloudflare ai workers is EXTREMELY UNSTABLE ) print(type(response))