Merge "Increase default sighup_timeout"

This commit is contained in:
Jenkins 2016-07-29 03:22:28 +00:00 committed by Gerrit Code Review
commit 5207dacb59
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ IntegrationTestGroup = [
help="Timeout in seconds to wait for connectivity to "
"server."),
cfg.IntOpt('sighup_timeout',
default=30,
default=120,
help="Timeout in seconds to wait for adding or removing child"
"process after receiving of sighup signal"),
cfg.IntOpt('sighup_config_edit_retries',