We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f87e99 commit 70657a2Copy full SHA for 70657a2
1 file changed
tests/test_openai.py
@@ -94,6 +94,7 @@ def test_openai_chat_completion_stream(openai):
94
assert len(chat_content) > 0
95
96
langfuse.flush()
97
+ sleep(1)
98
99
generation = get_api().observations.get_many(
100
name=generation_name, type="GENERATION"
0 commit comments