summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-02-05 07:29:44 -0800
committerJames E. Blair <jeblair@redhat.com>2018-02-05 07:29:44 -0800
commit0ef8d12bfa54749e4b6e8e6011b4a2d5978481b7 (patch)
treed8ac0710c86b75a1f01796afc53363c4990c5d4e /tox.ini
parentce1bf1f34f653f590aa476b91388fc9c53962775 (diff)
downloadzuul-0ef8d12bfa54749e4b6e8e6011b4a2d5978481b7.tar.gz
Increase test timeout
We're seeing more random hard test timeouts -- who knows why? Maybe meltdown? Maybe we just added more complicated tests and things slowed down just a bit more. Increase the timeout so we aren't as affected. Change-Id: I7b5b2465c3ec2ba7ca3472370a5a946ffb6293dd
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 73915adda..e5035bd6e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = pep8,py35
[testenv]
basepython = python3
setenv = VIRTUAL_ENV={envdir}
- OS_TEST_TIMEOUT=120
+ OS_TEST_TIMEOUT=150
passenv = ZUUL_TEST_ROOT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_LOG_DEFAULTS
usedevelop = True
install_command = pip install {opts} {packages}