fix test_aaateam_logging

This commit is contained in:
Ishaan Jaff 2024-11-21 22:36:44 -08:00
parent 5a2e5b43c4
commit f398c9b172

View file

@ -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")