Skip to content

Commit

Permalink
tests: increase min duration in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout committed Aug 29, 2024
1 parent aa09bc5 commit f7c283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit f7c283c

Please sign in to comment.