diff --git a/tox.ini b/tox.ini index c9159d39..ea5af552 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ commands_pre = commands = poetry run pytest tests --exitfirst \ -n auto --dist=loadscope \ - --reruns 5 --rerun-except AssertionError \ + --reruns 3 --reruns-delay 5 --rerun-except AssertionError \ {posargs} [testenv:parallel] @@ -68,7 +68,7 @@ commands_pre = commands = tox -e py312-unit,py312-integration,py312-smoke -p auto -o -- --exitfirst \ -n auto --dist=loadscope \ - --reruns 5 --reruns-delay 60 --rerun-except AssertionError \ + --reruns 3 --reruns-delay 10 --rerun-except AssertionError \ {posargs} [testenv:mypy]