From 8dc571def399432a3df7679046bf5864ed389db5 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Tue, 5 Jul 2016 15:54:16 -0700 Subject: [PATCH] Bump run_devstack timeout from 3600 to 7200 secs Change-Id: Ie7293713b30b56676f7c414c070c695ee8d5f16f --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ee5d8a6..9f76536 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -164,7 +164,7 @@ class translation_checksite ( command => "/bin/su ${stack_user} -c ${devstack_dir}/stack.sh", unless => ['/bin/ps aux | /usr/bin/pgrep stack 2>/dev/null', '/usr/bin/test -d /opt/stack/'], - timeout => 3600, + timeout => 7200, require => File["${devstack_dir}/local.conf"], logoutput => true }