Skip to content

Commit

Permalink
Merge pull request #733 from CircleCI-Public/http-client-increase-tim…
Browse files Browse the repository at this point in the history
…eout-1

Increase http client timeout to 60s
  • Loading branch information
ruben1 authored Jun 7, 2022
2 parents e96ff59 + bf986a0 commit f5ffef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (cfg *Config) WithHTTPClient() error {
}

cfg.HTTPClient = &http.Client{
Timeout: 30 * time.Second,
Timeout: 60 * time.Second,
Transport: &http.Transport{
ExpectContinueTimeout: 1 * time.Second,
IdleConnTimeout: 90 * time.Second,
Expand Down

0 comments on commit f5ffef7

Please sign in to comment.