summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2017-02-22 14:04:00 -0500
committerJames E. Blair <jeblair@redhat.com>2017-03-03 11:12:19 -0800
commita962657f563831f35dc2654ffc59011d4ba4532f (patch)
tree2bfe9be934f4cc8fbf8e51381a1ac4b0f59052bf /tox.ini
parent7b71b2f1a61f821cdbc34b53ea527477922e569a (diff)
downloadzuul-a962657f563831f35dc2654ffc59011d4ba4532f.tar.gz
Re-enable test_dependent_behind_dequeue
This test was already refactored for v3, but it was causing occasional timeouts. This is a very merge-heavy test, and as such, sometimes runs out of time when contending for resources. So we'll bump the overall hard-timeout by 30 seconds which should prevent us from timing out at that level, and also raise the soft wait timeout to 90 seconds for just this test. Change-Id: I74e54d8a7d9b813772c498ccb87fb6644b533842
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 b7d89d18f..9c0d949a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist = pep8, py27
setenv = STATSD_HOST=127.0.0.1
STATSD_PORT=8125
VIRTUAL_ENV={envdir}
- OS_TEST_TIMEOUT=60
+ OS_TEST_TIMEOUT=90
passenv = ZUUL_TEST_ROOT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_LOG_DEFAULTS
usedevelop = True
install_command = pip install {opts} {packages}