mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
itest: increase sleep time when closing channels in mpp setup
This commit is contained in:
parent
92a2da52c5
commit
f55f9dcb87
@ -313,7 +313,7 @@ func (m *mppTestScenario) closeChannels() {
|
||||
// active htlcs` or `link failed to shutdown` if we close the channel.
|
||||
// We need to investigate the order of settling the payments and
|
||||
// updating commitments to understand and fix .
|
||||
time.Sleep(2 * time.Second)
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
// Close all channels without mining the closing transactions.
|
||||
m.ht.CloseChannelAssertPending(m.alice, m.channelPoints[0], false)
|
||||
|
Loading…
Reference in New Issue
Block a user