Allow puppet to run for 60m on review.o.o

Currently, if review.o.o takes more then 30mins to run puppet, it will
be aborted. Up this to 60m.

Change-Id: I98e384544d5104572ad252b5dab88e06762b87a9
Depends-On: Id42ba80a5118a9f93e45619ac6ecc5baa774549a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-01-12 14:15:47 -05:00
parent 9b83ae3e53
commit ef4387852d
1 changed files with 2 additions and 0 deletions

View File

@ -27,3 +27,5 @@
- role: puppet
facts:
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
vars:
puppet_timeout: 60m