itest: fix flake in testPrivateUpdateAlias

This commit is contained in:
yyforyongyu 2024-11-16 12:23:21 +08:00
parent 7c3564eeb6
commit 23edca8d19
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -621,6 +621,9 @@ func testPrivateUpdateAlias(ht *lntest.HarnessTest,
//
// TODO(yy): further investigate this sleep.
time.Sleep(time.Second * 5)
// Make sure Eve has heard about this public channel.
ht.AssertChannelInGraph(eve, fundingPoint2)
}
// Dave creates an invoice that Eve will pay.