mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
lnd_test: increase timeout for mempool tx
This commit is contained in:
parent
c5169a79f5
commit
44f0ec9263
@ -6252,9 +6252,9 @@ func testMultHopRemoteForceCloseOnChainHtlcTimeout(net *lntest.NetworkHarness,
|
||||
|
||||
// Bob's sweeping transaction should now be found in the mempool at
|
||||
// this point.
|
||||
_, err = waitForTxInMempool(net.Miner.Node, time.Second*10)
|
||||
_, err = waitForTxInMempool(net.Miner.Node, time.Second*20)
|
||||
if err != nil {
|
||||
t.Fatalf("unable to find bob's sweeping transaction")
|
||||
t.Fatalf("unable to find bob's sweeping transaction: %v", err)
|
||||
}
|
||||
|
||||
// If we mine an additional block, then this should confirm Bob's
|
||||
|
Loading…
Reference in New Issue
Block a user