Skip to content

Commit

Permalink
SelVPC HTTP client: set higher defaultHTTPTimeout (#105)
Browse files Browse the repository at this point in the history
Use 40 second for the defaultHTTPTimeout constant.
  • Loading branch information
ozerovandrei committed Dec 11, 2018
1 parent 6431e52 commit b8295b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selvpcclient/selvpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (

// defaultHTTPTimeout represents default timeout (in seconds) for HTTP
// requests.
defaultHTTPTimeout = 10
defaultHTTPTimeout = 40

// defaultDialTimeout represents default timeout (in seconds) for HTTP
// connection establishments.
Expand Down

0 comments on commit b8295b4

Please sign in to comment.