forked from phoenix/litellm-mirror
fix test_aaateam_logging
This commit is contained in:
parent
2e3b977400
commit
f62d968148
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"),
|
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")
|
print(f"searching for trace_id={_trace_id} on langfuse")
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ async def test_team_2logging():
|
||||||
host=langfuse_host,
|
host=langfuse_host,
|
||||||
)
|
)
|
||||||
|
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(30)
|
||||||
|
|
||||||
print(f"searching for trace_id={_trace_id} on langfuse")
|
print(f"searching for trace_id={_trace_id} on langfuse")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue