mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-15 19:44:31 +01:00
test: add additional sleep in testOpenChannelAfterReorg
This commit is contained in:
@@ -572,6 +572,8 @@ func testOpenChannelAfterReorg(net *networkHarness, t *harnessTest) {
|
||||
"be on the same height", newNodeHeight, orgNodeHeight)
|
||||
}
|
||||
|
||||
time.Sleep(time.Second * 2)
|
||||
|
||||
// Since the fundingtx was reorged out, Alice should now have no edges
|
||||
// in her graph.
|
||||
req = &lnrpc.ChannelGraphRequest{}
|
||||
|
||||
Reference in New Issue
Block a user