diff --git a/pyproject.toml b/pyproject.toml index d9f9634739..41b7fd4543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ version = { attr = "invokeai.version.__version__" } #=== Begin: PyTest and Coverage [tool.pytest.ini_options] -addopts = "--cov-report term --cov-report html --cov-report xml --strict-markers --timeout 60 -m \"not slow\"" +addopts = "--cov-report term --cov-report html --cov-report xml --strict-markers -m \"not slow\"" markers = [ "slow: Marks tests as slow. Disabled by default. To run all tests, use -m \"\". To run only slow tests, use -m \"slow\".", "timeout: Marks the timeout override."