From ef4387852d2ceaca7b59e38a767736f7258db3d2 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 12 Jan 2017 14:15:47 -0500 Subject: [PATCH] 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 --- playbooks/remote_puppet_git.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/remote_puppet_git.yaml b/playbooks/remote_puppet_git.yaml index 9879396af1..0c7a30bf82 100644 --- a/playbooks/remote_puppet_git.yaml +++ b/playbooks/remote_puppet_git.yaml @@ -27,3 +27,5 @@ - role: puppet facts: project_config_ref: "{{ hostvars.localhost.gitinfo.after }}" + vars: + puppet_timeout: 60m