diff --git a/ct/client/logclient.go b/ct/client/logclient.go index 369e210..6a9e3d6 100644 --- a/ct/client/logclient.go +++ b/ct/client/logclient.go @@ -67,7 +67,7 @@ func New(uri string) *LogClient { c.uri = uri transport := &httpclient.Transport{ ConnectTimeout: 10 * time.Second, - RequestTimeout: 30 * time.Second, + RequestTimeout: 60 * time.Second, ResponseHeaderTimeout: 30 * time.Second, MaxIdleConnsPerHost: 10, DisableKeepAlives: false,