Skip to content

Commit 61e13ef

Browse files
author
Adrian Chang
committed
github issue
1 parent ddefa22 commit 61e13ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dev-dependencies = [
3333
members = ["libs/*", "examples"]
3434

3535
[tool.pytest.ini_options]
36-
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib --timeout=60"
36+
# https://github.com/pytest-dev/pytest-rerunfailures/issues/99
37+
addopts = "-rP -vvv --reruns 1 --reruns-delay 5 --durations=20 -n auto --maxprocesses=10 --cov=labelbox --import-mode=importlib --timeout=60 --rerun-except Timeout"
3738
markers = """
3839
slow: marks tests as slow (deselect with '-m "not slow"')
3940
"""

0 commit comments

Comments
 (0)