diff --git a/cluster/node/core.go b/cluster/node/core.go index 34c03c21..95ac8115 100644 --- a/cluster/node/core.go +++ b/cluster/node/core.go @@ -166,7 +166,7 @@ func (n *Core) connect() error { Transport: tr, Timeout: 0, }, - Timeout: 5 * time.Second, + Timeout: 10 * time.Second, }) if err != nil { return fmt.Errorf("creating client failed (%s): %w", address, err)