diff --git a/pytest.ini b/pytest.ini index b5fa5c0ef..08eaf068f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] pythonpath = . -addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 32 +addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 10 markers = slow: marks tests as slow (deselect with '-m "not slow"')