testing: add a timeout per ansible call to workaround possible gatherkeys issues

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/1103/head
Alfredo Deza 2016-11-17 12:47:49 -05:00
parent aa0f2d4112
commit 2e9d2f872c
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