fix CI
This commit is contained in:
parent
57d3589769
commit
ab3d8ec45b
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue