Skip to content

Commit

Permalink
Improved parallel tox env resiliency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 14, 2023
1 parent 01aafda commit 250813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 250813f

Please sign in to comment.