Skip to content

Commit

Permalink
chore: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Feb 29, 2024
1 parent 813a086 commit 3a2afe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/services/model_install/test_model_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 3a2afe1

Please sign in to comment.