itest: increase sleep time when closing channels in mpp setup

This commit is contained in:
yyforyongyu 2022-11-14 15:55:21 +08:00
parent 92a2da52c5
commit f55f9dcb87
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

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