From: Sébastien Han Date: Sun, 8 Oct 2017 13:56:39 +0000 (+0200) Subject: tox: decrease sleep to 2min instead of 5. X-Git-Tag: v3.0.0rc19^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e15302c2847c900013a994213d62a8523b2eeb5c;p=ceph-ansible.git tox: decrease sleep to 2min instead of 5. Signed-off-by: Sébastien Han --- diff --git a/tox.ini b/tox.ini index 7a10920bc..187dc853a 100644 --- a/tox.ini +++ b/tox.ini @@ -217,16 +217,16 @@ commands= ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/setup.yml - # wait 5 minutes for services to be ready - sleep 300 + # wait 2 minutes for services to be ready + sleep 120 # test cluster state using ceph-ansible tests testinfra -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {toxinidir}/tests/functional/tests # reboot all vms vagrant reload --no-provision - # wait 5 minutes for services to be ready - sleep 300 + # wait 2 minutes for services to be ready + sleep 120 # retest to ensure cluster came back up correctly after rebooting testinfra -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {toxinidir}/tests/functional/tests