]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
testing: remove the timeout for the ansible-playbook call
authorAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 19:21:29 +0000 (13:21 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 18 Nov 2016 20:15:34 +0000 (14:15 -0600)
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 <aschoen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 448c981497db0a631f2f8104ec8398cd72bc2893..f8f2d116f2985411d4a55e429d4a4755edb29263 100644 (file)
--- 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