Skip to content

Commit 94fd3f0

Browse files
author
Adrian Chang
committed
default to 32
1 parent 255712b commit 94fd3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ members = ["libs/*", "examples"]
3434

3535
[tool.pytest.ini_options]
3636
# 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"
37+
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n 32 --cov=labelbox --import-mode=importlib"
3838
markers = """
3939
slow: marks tests as slow (deselect with '-m "not slow"')
4040
"""

0 commit comments

Comments
 (0)