Increase averall timeout
This commit is contained in:
parent
677969d6a8
commit
6b2fb969df
@ -38,7 +38,7 @@ module Astute
|
||||
|
||||
def self.default_config
|
||||
conf = {}
|
||||
conf[:PUPPET_TIMEOUT] = 2*60*60 # maximum time it waits for the whole deployment
|
||||
conf[:PUPPET_TIMEOUT] = 24*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
|
||||
|
Loading…
Reference in New Issue
Block a user