Skip to content

Commit

Permalink
Increase stack wait timeout to 60m. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrakeweb authored and askreet committed May 16, 2017
1 parent 64a5026 commit de10116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moonshot/stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def wait_for_stack_state(wait_target, past_tense_verb)
begin
cf_client.wait_until(wait_target, stack_name: stack_id) do |w|
w.delay = 10
w.max_attempts = 180 # 30 minutes.
w.max_attempts = 360 # 60 minutes.
w.before_wait do |attempt, resp|
begin
events.latest_events.each { |e| @ilog.error(format_event(e)) }
Expand Down

0 comments on commit de10116

Please sign in to comment.