Skip to content

Commit

Permalink
increase max wait to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Jun 23, 2016
1 parent 2f32ddc commit 39de4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/humidifier/sdk_payload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Humidifier
class SdkPayload

# The maximum amount of time that Humidifier should wait for a stack to complete a CRUD operation
MAX_WAIT = 300
MAX_WAIT = 600

attr_accessor :stack, :options, :max_wait

Expand Down
2 changes: 1 addition & 1 deletion lib/humidifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Humidifier
# Gem version
VERSION = '0.1.1'.freeze
VERSION = '0.1.2'.freeze
end

0 comments on commit 39de4c5

Please sign in to comment.