From 250813f933cacb3a862f18fd4ba239d946731986 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Sat, 14 Oct 2023 19:52:04 +0300 Subject: [PATCH] Improved parallel tox env resiliency --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =