From f62d968148ff0112b5d54bc96e83f7f8562c917f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 22:36:44 -0800 Subject: [PATCH] fix test_aaateam_logging --- tests/test_team_logging.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_team_logging.py b/tests/test_team_logging.py index cf0fa6354..9b9047da6 100644 --- a/tests/test_team_logging.py +++ b/tests/test_team_logging.py @@ -99,7 +99,7 @@ async def test_aaateam_logging(): secret_key=os.getenv("LANGFUSE_PROJECT1_SECRET"), ) - await asyncio.sleep(10) + await asyncio.sleep(30) print(f"searching for trace_id={_trace_id} on langfuse") @@ -163,7 +163,7 @@ async def test_team_2logging(): host=langfuse_host, ) - await asyncio.sleep(10) + await asyncio.sleep(30) print(f"searching for trace_id={_trace_id} on langfuse")