diff --git a/tox.ini b/tox.ini index 7b8de70ef..e4f193687 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ setenv = PYTHONDONTWRITEBYTECODE = 1 commands = tox -e py311-unit,py311-integration,py311-smoke -p auto -o -- --exitfirst -n auto \ - --reruns 15 --reruns-delay 10 --rerun-except AssertionError {posargs} + --reruns 30 --reruns-delay 3 --rerun-except AssertionError {posargs} [testenv:mypy] commands_pre =