mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
test(test_alangfuse.py): delay check
This commit is contained in:
parent
e5e81ca3b7
commit
842b25dd25
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ def test_aaalangfuse_dynamic_logging():
|
|||
success_callback=["langfuse"],
|
||||
)
|
||||
|
||||
time.sleep(1)
|
||||
time.sleep(3)
|
||||
|
||||
langfuse_client = langfuse.Langfuse(
|
||||
public_key=os.getenv("LANGFUSE_PROJECT2_PUBLIC"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue