Skip to content

Commit

Permalink
Merge pull request #161 from rsalevsky/timeout
Browse files Browse the repository at this point in the history
Set timeout to 3600 seconds
  • Loading branch information
Rick Salevsky authored Apr 7, 2017
2 parents 1cee867 + ccd24f1 commit 4d2f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crowbar/client/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def default_timeout
if ENV["CROWBAR_TIMEOUT"].present?
ENV["CROWBAR_TIMEOUT"].to_i
else
300
3600
end
end

Expand Down

0 comments on commit 4d2f0e9

Please sign in to comment.