diff --git a/pyproject.toml b/pyproject.toml index ea7c71c77e..61faf6cd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ features = ["development"] [tool.hatch.envs.integration.scripts] test = [ - "pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs tests_integration/", + "pytest --durations=50 -m integration -n6 --dist=worksteal --deflake-test-type=integration --ignore=tests_integration/spcs tests_integration/", ] test-spcs = [ "pytest -m integration -n6 --dist=worksteal --deflake-test-type=integration tests_integration/spcs",