FUEL-195
increased timeout
This commit is contained in:
parent
885a7350b5
commit
af27b7f8f7
@ -38,7 +38,7 @@ module Astute
|
||||
|
||||
def self.default_config
|
||||
conf = {}
|
||||
conf[:PUPPET_TIMEOUT] = 60*60 # maximum time it waits for the whole deployment
|
||||
conf[:PUPPET_TIMEOUT] = 2*60*60 # maximum time it waits for the whole deployment
|
||||
conf[:PUPPET_DEPLOY_INTERVAL] = 2 # sleep for ## sec, then check puppet status again
|
||||
conf[:PUPPET_FADE_TIMEOUT] = 60 # How long it can take for puppet to exit after dumping to last_run_summary
|
||||
conf[:MC_RETRIES] = 5 # MClient tries to call mcagent before failure
|
||||
|
@ -34,7 +34,7 @@ metadata :name => "puppetd",
|
||||
:license => "Apache License 2.0",
|
||||
:version => "1.8",
|
||||
:url => "https://github.com/puppetlabs/mcollective-plugins",
|
||||
:timeout => 1800
|
||||
:timeout => 2400
|
||||
|
||||
action "last_run_summary", :description => "Get a summary of the last puppet run" do
|
||||
display :always
|
||||
|
@ -38,7 +38,7 @@ metadata :name => "puppetd",
|
||||
:license => "Apache License 2.0",
|
||||
:version => "1.8",
|
||||
:url => "https://github.com/puppetlabs/mcollective-plugins",
|
||||
:timeout => 1800
|
||||
:timeout => 2400
|
||||
|
||||
action "last_run_summary", :description => "Get a summary of the last puppet run" do
|
||||
display :always
|
||||
|
@ -4,7 +4,7 @@ metadata :name => "puppetd",
|
||||
:license => "Apache License 2.0",
|
||||
:version => "1.8",
|
||||
:url => "https://github.com/puppetlabs/mcollective-plugins",
|
||||
:timeout => 1800
|
||||
:timeout => 2400
|
||||
|
||||
action "last_run_summary", :description => "Get a summary of the last puppet run" do
|
||||
display :always
|
||||
|
Loading…
Reference in New Issue
Block a user