Merge "Extend the 'unreported' period to 1.5 hours"

This commit is contained in:
Jenkins 2015-07-16 23:29:37 +00:00 committed by Gerrit Code Review
commit f3231aa88c

View File

@ -12,7 +12,7 @@ class openstack_project::puppetboard(
class { 'apache::mod::wsgi': }
class { '::puppetboard':
unresponsive => '.5',
unresponsive => '1.5',
enable_query => 'False', # This being a python false
}