Bump wait timeout in functional tests to 5 seconds

2 seconds is not enough for me locally.

Change-Id: Idad5b0d51b889968fc8769f309b46d5c97fc87b9
This commit is contained in:
Dmitry Tantsur
2015-08-19 19:17:51 +02:00
parent 0c183edd71
commit ac1dade417

View File

@@ -11,7 +11,7 @@ install_command = pip install --allow-external -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
TEST_PORT=9999
IPA_WAIT_TIME=2
IPA_WAIT_TIME=5
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =