mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1103 from ceph/gatherkeys-timeout
testing: add a timeout per ansible call to workaround possible gatherkeys issuespull/1105/head
commit
5ccbd31d5f
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in New Issue