diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 71884bde7..57388fad7 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1269,6 +1269,8 @@ def test_completion_together_ai(): "Cost for completion call together-computer/llama-2-70b: ", f"${float(cost):.10f}", ) + except litellm.Timeout as e: + pass except Exception as e: pytest.fail(f"Error occurred: {e}")