mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
itest: temp fix testAddPeerConfig
This commit is contained in:
parent
05c82d918e
commit
25a2e0f716
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user