Skip to content

Commit d0dcf8c

Browse files
committed
test_rerank_custom_callbacks
1 parent 4bafbc5 commit d0dcf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llm_translation/test_rerank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ async def test_rerank_custom_callbacks():
287287
top_n=3,
288288
)
289289

290-
await asyncio.sleep(5)
290+
await asyncio.sleep(8)
291291

292292
print("async re rank response: ", response)
293293
assert custom_logger.kwargs is not None

0 commit comments

Comments
 (0)