Bump run_devstack timeout from 3600 to 7200 secs

Change-Id: Ie7293713b30b56676f7c414c070c695ee8d5f16f
This commit is contained in:
Elizabeth K. Joseph 2016-07-05 15:54:16 -07:00
parent a42f130aac
commit 8dc571def3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}