diff --git a/tests/test_models.py b/tests/test_models.py index 6f9a6cc6966..9097d5a69ef 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -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")