Skip to content

Commit

Permalink
itest: fix flake in testPrivateUpdateAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 16, 2024
1 parent 764e8a6 commit d7656c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions itest/lnd_zero_conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,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.
Expand Down

0 comments on commit d7656c0

Please sign in to comment.