From: Andrew Schoen Date: Fri, 18 Nov 2016 19:21:29 +0000 (-0600) Subject: testing: remove the timeout for the ansible-playbook call X-Git-Tag: v2.1.0~54^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0570d2911b2655e8a0fa2027d1b4632ca9c8868d;p=ceph-ansible.git testing: remove the timeout for the ansible-playbook call This isn't available on OSX and we'll end up hitting this timeout when we don't want to, let's just remove it. Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 448c98149..f8f2d116f 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} - timeout 1200 ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample + ansible-playbook -vv -i {changedir}/hosts {toxinidir}/site.yml.sample py.test -v vagrant destroy --force