mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-05 18:13:31 +02:00
itest: increase mempool timeout
Neutrino can get slow towards the end of the itests.
This commit is contained in:
@@ -7,7 +7,7 @@ import "time"
|
||||
const (
|
||||
// MinerMempoolTimeout is the max time we will wait for a transaction
|
||||
// to propagate to the mining node's mempool.
|
||||
MinerMempoolTimeout = time.Second * 30
|
||||
MinerMempoolTimeout = time.Minute
|
||||
|
||||
// ChannelOpenTimeout is the max time we will wait before a channel to
|
||||
// be considered opened.
|
||||
|
@@ -7,7 +7,7 @@ import "time"
|
||||
const (
|
||||
// MinerMempoolTimeout is the max time we will wait for a transaction
|
||||
// to propagate to the mining node's mempool.
|
||||
MinerMempoolTimeout = time.Second * 30
|
||||
MinerMempoolTimeout = time.Minute
|
||||
|
||||
// ChannelOpenTimeout is the max time we will wait before a channel to
|
||||
// be considered opened.
|
||||
|
Reference in New Issue
Block a user