diff --git a/setup.cfg b/setup.cfg index 4b9106b..a0181d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [tool:pytest] norecursedirs = tests/storage/servers/* -addopts = --tb=short +addopts = --tb=short --duration 3 [flake8] # E731: Use a def instead of lambda expr