Skip to content

Commit 5df3387

Browse files
authored
[PLT-0] Reduce reruns and test concurrency (#1696)
1 parent 21d9330 commit 5df3387

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
@@ -30,7 +30,7 @@ dev-dependencies = [
3030
members = ["libs/*", "examples"]
3131

3232
[tool.pytest.ini_options]
33-
addopts = "-rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n auto --cov=labelbox --import-mode=importlib"
33+
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib"
3434
markers = """
3535
slow: marks tests as slow (deselect with '-m "not slow"')
3636
"""

0 commit comments

Comments
 (0)