diff --git a/pyproject.toml b/pyproject.toml index 82c6d2f71..238a6e247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev-dependencies = [ members = ["libs/*", "examples"] [tool.pytest.ini_options] -addopts = "-rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n auto --cov=labelbox --import-mode=importlib" +addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib" markers = """ slow: marks tests as slow (deselect with '-m "not slow"') """