diff --git a/litellm/tests/test_amazing_s3_logs.py b/litellm/tests/test_amazing_s3_logs.py index 20c7fe2fa5..7b8eb4a47d 100644 --- a/litellm/tests/test_amazing_s3_logs.py +++ b/litellm/tests/test_amazing_s3_logs.py @@ -66,6 +66,7 @@ def test_s3_logging(): response = asyncio.run(_test()) expected_keys.append(response.id) print(f"response: {response}") + time.sleep(5) # wait 5s for logs to land import boto3