mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 04:13:00 +01:00
htlcswitch: add additional sleep to end of TestChannelLinkBidirectionalOneHopPayments
This commit is contained in:
@@ -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,
|
// At the end Bob and Alice balances should be the same as previous,
|
||||||
// because they sent the equal amount of money to each other.
|
// because they sent the equal amount of money to each other.
|
||||||
if aliceBandwidthBefore != n.aliceChannelLink.Bandwidth() {
|
if aliceBandwidthBefore != n.aliceChannelLink.Bandwidth() {
|
||||||
|
|||||||
Reference in New Issue
Block a user