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
Andrew Schoen 2016-11-18 13:21:29 -06:00
parent 0535b328a2
commit 0570d2911b
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}
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