mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
itest+lntest: add a dedicated timeout for sending payments
This commit adds a new timeout `PaymentTimeout` that's used when sending payments. A potential bug is also marked in the test.
This commit is contained in:
@@ -33,4 +33,7 @@ const (
|
||||
// SqliteBusyTimeout is the maximum time that a call to the sqlite db
|
||||
// will wait for the connection to become available.
|
||||
SqliteBusyTimeout = time.Second * 10
|
||||
|
||||
// PaymentTimeout is the timeout used when sending payments.
|
||||
PaymentTimeout = time.Second * 60
|
||||
)
|
||||
|
Reference in New Issue
Block a user