From 3a2afe1d15a0fdd6ebdda972e77259322548651c Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:23:51 +1100 Subject: [PATCH] chore: ruff --- tests/app/services/model_install/test_model_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/services/model_install/test_model_install.py b/tests/app/services/model_install/test_model_install.py index c1e588089b9..7e51e8deb3d 100644 --- a/tests/app/services/model_install/test_model_install.py +++ b/tests/app/services/model_install/test_model_install.py @@ -195,6 +195,7 @@ def test_delete_register( with pytest.raises(UnknownModelException): store.get_model(key) + @pytest.mark.timeout(timeout=20, method="thread") def test_simple_download(mm2_installer: ModelInstallServiceBase, mm2_app_config: InvokeAIAppConfig) -> None: source = URLModelSource(url=Url("https://www.test.foo/download/test_embedding.safetensors"))