itest: temp fix testAddPeerConfig

This commit is contained in:
yyforyongyu 2022-11-09 01:47:57 +08:00
parent 05c82d918e
commit 25a2e0f716
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -3,6 +3,7 @@ package itest
import (
"fmt"
"net"
"time"
"github.com/lightningnetwork/lnd/lncfg"
"github.com/lightningnetwork/lnd/lnrpc"
@ -219,6 +220,9 @@ func testAddPeerConfig(ht *lntest.HarnessTest) {
args := []string{fmt.Sprintf("--addpeer=%v", alicePeerAddress)}
carol := ht.NewNode("Carol", args)
// TODO(yy): remove this once the peer conn race is fixed.
time.Sleep(1 * time.Second)
ht.EnsureConnected(alice, carol)
// If we list Carol's peers, Alice should already be