From d3371fc81d844265e01c406a8c94cfdcbbea0176 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 11 May 2024 20:39:44 -0700 Subject: [PATCH] fix langfuse logging metadata --- litellm/tests/test_alangfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_alangfuse.py b/litellm/tests/test_alangfuse.py index 4eeba07214..db2e970a85 100644 --- a/litellm/tests/test_alangfuse.py +++ b/litellm/tests/test_alangfuse.py @@ -312,7 +312,7 @@ async def test_langfuse_logging_metadata(langfuse_client): metadata["existing_trace_id"] = trace_id langfuse_client.flush() - await asyncio.sleep(2) + await asyncio.sleep(10) # Tests the metadata filtering and the override of the output to be the last generation for trace_id, generation_ids in trace_identifiers.items():