Merge pull request #374 from crawford/timeout
pkg/http: up the timeout to 10 seconds
This commit is contained in:
		| @@ -80,7 +80,7 @@ func NewHttpClient() *HttpClient { | ||||
| 		MaxRetries:     15, | ||||
| 		SkipTLS:        false, | ||||
| 		client: &http.Client{ | ||||
| 			Timeout: time.Duration(2) * time.Second, | ||||
| 			Timeout: 10 * time.Second, | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user