mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
htlcswitch: add additional sleep to end of TestChannelLinkBidirectionalOneHopPayments
This commit is contained in:
parent
1be2a2a56a
commit
d7aa769275
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ func TestChannelLinkBidirectionalOneHopPayments(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
time.Sleep(time.Second * 2)
|
||||
|
||||
// At the end Bob and Alice balances should be the same as previous,
|
||||
// because they sent the equal amount of money to each other.
|
||||
if aliceBandwidthBefore != n.aliceChannelLink.Bandwidth() {
|
||||
|
|
Loading…
Add table
Reference in a new issue