Increase averall timeout

This commit is contained in:
vic 2013-03-17 04:29:37 +04:00
parent 677969d6a8
commit 6b2fb969df

View File

@ -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