summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-31 15:04:18 +0100
committerAshley Camba <ashwoods@gmail.com>2018-01-01 10:56:46 +0100
commitee78f6d3d37f7cb64961a73da28dfe286a48d371 (patch)
treee3365466d2f6c4f79721e05e7528e4a7d8b5c6d3
parent05539fc0de94ff8ec6e199552b6c6b65cb4b396e (diff)
downloadraven-ee78f6d3d37f7cb64961a73da28dfe286a48d371.tar.gz
Add limit node restarts to xdist just in case travis hangs
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ea91644..679769c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,7 +67,7 @@ basepython =
pypy: pypy
commands =
- py.test {env:TESTPATH} {posargs}
+ py.test {env:TESTPATH} {posargs} --max-slave-restart=4
# Linters
[testenv:flake8]