mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 03:21:45 +02:00
itest: fix flake in testPrivateUpdateAlias
This commit is contained in:
@@ -621,6 +621,9 @@ func testPrivateUpdateAlias(ht *lntest.HarnessTest,
|
|||||||
//
|
//
|
||||||
// TODO(yy): further investigate this sleep.
|
// TODO(yy): further investigate this sleep.
|
||||||
time.Sleep(time.Second * 5)
|
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.
|
// Dave creates an invoice that Eve will pay.
|
||||||
|
Reference in New Issue
Block a user