Skip to content

Commit

Permalink
Report more slow tests, we have quite a bunch of them...
Browse files Browse the repository at this point in the history
Change-Id: Ia579a11ebdce131ec542d6bafc3cabfe32b6cb4f
  • Loading branch information
spt29 committed Apr 25, 2022
1 parent d7dd38f commit 622c16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytest.ini
Expand Up @@ -2,8 +2,8 @@
testpaths = tests
# -p no:cacheprovider -> Disable caching. This is needed to make the
# integration tests work which are executed as site user.
# --durations=10: Show the 10 slowest tests
addopts = -p no:cacheprovider -rs --durations=10
# --durations=20: Show the 20 slowest tests
addopts = -p no:cacheprovider -rs --durations=20
markers =
checks: Run all existing test cases for checks.
filterwarnings =
Expand Down

0 comments on commit 622c16b

Please sign in to comment.