fullstack: increase test timeout

Database teardowns seem to have a lock contention issue.  This is a
workaround.

Change-Id: Ifd0957a86646c6a13a71b5bbf985f4694e37e943
Partial-bug: 1541742
This commit is contained in:
IWAMOTO Toshihiro 2016-03-10 16:51:28 +09:00
parent 8a83756d14
commit 56912b99db
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ commands =
setenv = {[testenv]setenv}
{[testenv:common]setenv}
{[testenv:dsvm]setenv}
# workaround for DB teardown lock contention (bug/1541742)
OS_TEST_TIMEOUT=600
OS_TEST_PATH=./neutron/tests/fullstack
sitepackages=True
deps =