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
This commit is contained in:
James E. Blair 2018-02-05 07:29:44 -08:00
parent ce1bf1f34f
commit 0ef8d12bfa
1 changed files with 1 additions and 1 deletions

View File

@ -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}