Increase manage-projects timeout to 30 minutes

The full manage-projects run is taking as much as 20 minutes now,
leaving new project creation broken when it trips the timeout.
Double it from 15 to 30 minutes for some added safety margin.

Change-Id: Icc36aca2f7b949347ec891bba6cb533932428171
This commit is contained in:
Jeremy Stanley 2016-01-22 21:28:01 +00:00
parent b6c922c8ee
commit 1b00523a93

View File

@ -460,7 +460,7 @@ class openstack_project::gerrit (
if ($testmode == false) {
exec { 'manage_projects':
command => '/usr/local/bin/manage-projects -v -l /var/log/manage_projects.log',
timeout => 900, # 15 minutes
timeout => 1800, # 30 minutes
subscribe => [
File['/home/gerrit2/projects.yaml'],
File['/home/gerrit2/acls'],