We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255712b commit 94fd3f0Copy full SHA for 94fd3f0
pyproject.toml
@@ -34,7 +34,7 @@ members = ["libs/*", "examples"]
34
35
[tool.pytest.ini_options]
36
# https://github.com/pytest-dev/pytest-rerunfailures/issues/99
37
-addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n logical --cov=labelbox --import-mode=importlib"
+addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n 32 --cov=labelbox --import-mode=importlib"
38
markers = """
39
slow: marks tests as slow (deselect with '-m "not slow"')
40
"""
0 commit comments