test: increase timeout for testNodeAnnouncement
This commit is contained in:
parent
5661748df0
commit
126c73af59
@ -3168,7 +3168,7 @@ func testNodeAnnouncement(net *networkHarness, t *harnessTest) {
|
|||||||
t.Fatalf("unable to connect bob to carol: %v", err)
|
t.Fatalf("unable to connect bob to carol: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(time.Millisecond * 200)
|
time.Sleep(time.Second * 1)
|
||||||
req := &lnrpc.ChannelGraphRequest{}
|
req := &lnrpc.ChannelGraphRequest{}
|
||||||
chanGraph, err := net.Alice.DescribeGraph(ctxb, req)
|
chanGraph, err := net.Alice.DescribeGraph(ctxb, req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user