Merge pull request #1103 from ceph/gatherkeys-timeout

testing: add a timeout per ansible call to workaround possible gatherkeys issues
pull/1105/head
Andrew Schoen 2016-11-17 11:49:55 -06:00 committed by GitHub
commit 5ccbd31d5f
1 changed files with 1 additions and 1 deletions

View File

@ -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