mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix test /health
This commit is contained in:
parent
6ad853c768
commit
ca95a64e05
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ async def test_add_model_run_health():
|
|||
model_name = f"azure-model-health-check-{model_id}"
|
||||
print("adding model", model_name)
|
||||
await add_model_for_health_checking(session=session, model_id=model_id)
|
||||
await asyncio.sleep(10)
|
||||
await asyncio.sleep(30)
|
||||
print("calling /model/info")
|
||||
await get_model_info(session=session, key=key)
|
||||
print("calling v2/model/info")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue