From 738a27e5dff0b5e47ea06d1d30582fa02aaeb71b Mon Sep 17 00:00:00 2001 From: Wilmer Paulino Date: Wed, 25 Jul 2018 19:58:35 -0700 Subject: [PATCH] test: increase testGraphTopologyNotifications timeout --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index 660d6a68771a..7b8d067b45e4 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -6374,7 +6374,7 @@ func subscribeGraphNotifications(t *harnessTest, ctxb context.Context, func testGraphTopologyNotifications(net *lntest.NetworkHarness, t *harnessTest) { const chanAmt = maxBtcFundingAmount - timeout := time.Duration(time.Second * 5) + timeout := time.Duration(time.Second * 15) ctxb := context.Background() // Let Alice subscribe to graph notifications.