From f7c283c53705cca1e38e102ec440229238737fc9 Mon Sep 17 00:00:00 2001 From: Mathias Brulatout Date: Thu, 29 Aug 2024 16:45:45 +0200 Subject: [PATCH] tests: increase min duration in reports --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"