Skip to content

Commit

Permalink
Merge pull request #96 from rightscale/IV-1711_set_6_minute_timeout
Browse files Browse the repository at this point in the history
IV-1711 - Set default timeout to 6 minutes since the RightScale API has a timeout of 5 minutes for calls.
  • Loading branch information
EfrainOlivares committed May 22, 2015
2 parents a782717 + 319b7dc commit cf88b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/right_api_client/client.rb
Expand Up @@ -55,7 +55,7 @@ class Client
include Helper

DEFAULT_OPEN_TIMEOUT = nil
DEFAULT_TIMEOUT = -1
DEFAULT_TIMEOUT = 6 * 60
DEFAULT_MAX_ATTEMPTS = 5

DEFAULT_SSL_VERSION = 'TLSv1'
Expand Down

0 comments on commit cf88b81

Please sign in to comment.