test: add additional sleep in testOpenChannelAfterReorg

This commit is contained in:
Olaoluwa Osuntokun 2017-11-02 21:30:19 -07:00
parent 93aa140e9a
commit 9eb5b7a0ea
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 2 additions and 0 deletions

View File

@ -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{}