mirror of https://github.com/ceph/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 <aschoen@redhat.com>pull/1101/head
parent
0535b328a2
commit
0570d2911b
2
tox.ini
2
tox.ini
|
@ -30,7 +30,7 @@ commands=
|
||||||
vagrant up --no-provision {posargs:--provider=virtualbox}
|
vagrant up --no-provision {posargs:--provider=virtualbox}
|
||||||
bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}
|
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
|
py.test -v
|
||||||
vagrant destroy --force
|
vagrant destroy --force
|
||||||
|
|
Loading…
Reference in New Issue