diff --git a/discovery/consul/consul.go b/discovery/consul/consul.go index 8279fed793..ebea7b8a29 100644 --- a/discovery/consul/consul.go +++ b/discovery/consul/consul.go @@ -116,7 +116,7 @@ func NewDiscovery(conf *config.ConsulSDConfig, logger log.Logger) (*Discovery, e } wrapper := &http.Client{ Transport: transport, - Timeout: 30 * time.Second, + Timeout: 35 * time.Second, } clientConf := &consul.Config{