Skip to content

Commit 48af701

Browse files
committed
push
1 parent 6137a60 commit 48af701

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_openai.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import importlib
22
import os
3+
from time import sleep
34

45
import pytest
56
from pydantic import BaseModel
@@ -36,6 +37,8 @@ def test_openai_chat_completion(openai):
3637

3738
langfuse.flush()
3839

40+
sleep(1)
41+
3942
generation = get_api().observations.get_many(
4043
name=generation_name, type="GENERATION"
4144
)

0 commit comments

Comments
 (0)