Bump run_devstack timeout from 3600 to 7200 secs
Change-Id: Ie7293713b30b56676f7c414c070c695ee8d5f16f
This commit is contained in:
parent
a42f130aac
commit
8dc571def3
@ -164,7 +164,7 @@ class translation_checksite (
|
|||||||
command => "/bin/su ${stack_user} -c ${devstack_dir}/stack.sh",
|
command => "/bin/su ${stack_user} -c ${devstack_dir}/stack.sh",
|
||||||
unless => ['/bin/ps aux | /usr/bin/pgrep stack 2>/dev/null',
|
unless => ['/bin/ps aux | /usr/bin/pgrep stack 2>/dev/null',
|
||||||
'/usr/bin/test -d /opt/stack/'],
|
'/usr/bin/test -d /opt/stack/'],
|
||||||
timeout => 3600,
|
timeout => 7200,
|
||||||
require => File["${devstack_dir}/local.conf"],
|
require => File["${devstack_dir}/local.conf"],
|
||||||
logoutput => true
|
logoutput => true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user