From 0570d2911b2655e8a0fa2027d1b4632ca9c8868d Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 18 Nov 2016 13:21:29 -0600 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 448c98149..f8f2d116f 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- 2.39.5