diff --git a/pyproject.toml b/pyproject.toml index 7d1546e..3d21aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.pytest.ini_options] -addopts = "--cov=. --cov-context=test --durations=0 --durations-min=1.0" +addopts = "--cov=. --cov-context=test --durations=0 --durations-min=3.0" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"