Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit ee78f6d

Browse files
committed
Add limit node restarts to xdist just in case travis hangs
1 parent 05539fc commit ee78f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ basepython =
6767
pypy: pypy
6868

6969
commands =
70-
py.test {env:TESTPATH} {posargs}
70+
py.test {env:TESTPATH} {posargs} --max-slave-restart=4
7171

7272
# Linters
7373
[testenv:flake8]

0 commit comments

Comments
 (0)