mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix test_aaateam_logging
This commit is contained in:
parent
e3d4706cac
commit
12db2b17e1
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue