Skip to content

Commit

Permalink
test: increase testGraphTopologyNotifications timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wpaulino committed Jul 26, 2018
1 parent b5fcf7a commit 738a27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnd_test.go
Expand Up @@ -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.
Expand Down

0 comments on commit 738a27e

Please sign in to comment.