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