mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 13:47:25 +02:00
itest: use unreachable URL in testNetworkConnectionTimeout
This commit is contained in:
@@ -22,9 +22,9 @@ func testNetworkConnectionTimeout(ht *lntest.HarnessTest) {
|
|||||||
testPub = "0332bda7da70fefe4b6ab92f53b3c4f4ee7999" +
|
testPub = "0332bda7da70fefe4b6ab92f53b3c4f4ee7999" +
|
||||||
"f312284a8e89c8670bb3f67dbee2"
|
"f312284a8e89c8670bb3f67dbee2"
|
||||||
|
|
||||||
// testHost is a non-routable IP address. It's used to cause a
|
// testHost is a reachable IP address with an unreachable port
|
||||||
// connection timeout.
|
// that's used for testing only.
|
||||||
testHost = "10.255.255.255"
|
testHost = "lightning.engineering:81"
|
||||||
)
|
)
|
||||||
|
|
||||||
// First, test the global timeout settings.
|
// First, test the global timeout settings.
|
||||||
|
Reference in New Issue
Block a user