mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 10:53:11 +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 (
|
const (
|
||||||
// MinerMempoolTimeout is the max time we will wait for a transaction
|
// MinerMempoolTimeout is the max time we will wait for a transaction
|
||||||
// to propagate to the mining node's mempool.
|
// 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
|
// ChannelOpenTimeout is the max time we will wait before a channel to
|
||||||
// be considered opened.
|
// be considered opened.
|
||||||
|
@@ -7,7 +7,7 @@ import "time"
|
|||||||
const (
|
const (
|
||||||
// MinerMempoolTimeout is the max time we will wait for a transaction
|
// MinerMempoolTimeout is the max time we will wait for a transaction
|
||||||
// to propagate to the mining node's mempool.
|
// 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
|
// ChannelOpenTimeout is the max time we will wait before a channel to
|
||||||
// be considered opened.
|
// be considered opened.
|
||||||
|
Reference in New Issue
Block a user