diff --git a/pyproject.toml b/pyproject.toml index 2d55c4e79aa..b147a80a911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ omit = ["*/tests/*", "*pygmt/__init__.py"] [tool.pytest.ini_options] minversion = "6.0" -addopts = "--verbose --doctest-modules --mpl --mpl-results-path=results" +addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results" [tool.isort] profile = "black"