Skip to content

Commit

Permalink
increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Jan 12, 2025
1 parent 79622c5 commit d0b3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_uuid():


def get_api():
sleep(1)
sleep(1.5)

return FernLangfuse(
username=os.environ.get("LANGFUSE_PUBLIC_KEY"),
Expand Down

0 comments on commit d0b3a2b

Please sign in to comment.