itest: increase mempool timeout

Neutrino can get slow towards the end of the itests.
This commit is contained in:
Conner Fromknecht
2020-05-26 19:11:57 -07:00
parent 5c4ab4b7cf
commit 152d153e7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.