htlcswitch: add additional sleep to end of TestChannelLinkBidirectionalOneHopPayments
This commit is contained in:
parent
1be2a2a56a
commit
d7aa769275
@ -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…
Reference in New Issue
Block a user