From ac1dade4170da175b2bd92e21fcf7cc90082706b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 19 Aug 2015 19:17:51 +0200 Subject: [PATCH] Bump wait timeout in functional tests to 5 seconds 2 seconds is not enough for me locally. Change-Id: Idad5b0d51b889968fc8769f309b46d5c97fc87b9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 70665912f..63b0fe668 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =