This commit is contained in:
Xuan Son Nguyen 2024-08-16 11:52:52 +02:00
parent 57d3589769
commit ab3d8ec45b

View file

@ -1222,7 +1222,7 @@ async def wait_for_slots_status(context,
if n_completions > 0:
return
assert False, f'{expected_health_status} timeout exceeded {counter}s>={timeout}'
assert False, f'slots check timeout exceeded {counter}s>={timeout}'
def assert_embeddings(embeddings):