From: Alfredo Deza Date: Thu, 17 Nov 2016 17:47:49 +0000 (-0500) Subject: testing: add a timeout per ansible call to workaround possible gatherkeys issues X-Git-Tag: v2.0.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1103%2Fhead;p=ceph-ansible.git testing: add a timeout per ansible call to workaround possible gatherkeys issues Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index f8f2d116f..448c98149 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands= vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} - ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample + timeout 1200 ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample py.test -v vagrant destroy --force