Set the connection timeout duration

To increase the client timeout for long running operations, change the http_socket_timeout property in either of the configuration files.


[Boto]
http_socket_timeout = 120000 1

1 This value is in milliseconds.