pub const LND_DEFAULT_PAYMENT_TIMEOUT_SECS: i32 = 180;Expand description
Default value for LND’s SendPaymentRequest::timeout_seconds, i.e. how long
LND keeps trying to route an outgoing payment before giving up. This does
not cancel an HTLC that is already in flight; it bounds pathfinding/retry.