From 401c441acb7d53d0927cae17b0a80c00d3624662 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 15 Jan 2018 21:23:09 +0100 Subject: [PATCH] Add slowest tests to testrun --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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