From 9eb5b7a0eafb520cef0ff2b94da8df83199704e6 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 2 Nov 2017 21:30:19 -0700 Subject: [PATCH] test: add additional sleep in testOpenChannelAfterReorg --- lnd_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnd_test.go b/lnd_test.go index 0553db8b..81aa54bd 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -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{}