From 70eede22dc274f58b2ba1bc2cf1d3b2ea4ca981e Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Tue, 28 Feb 2023 20:37:23 +0800 Subject: [PATCH] itest: use unreachable URL in `testNetworkConnectionTimeout` --- itest/lnd_network_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itest/lnd_network_test.go b/itest/lnd_network_test.go index 4f0ff8986..3b6a4a8e2 100644 --- a/itest/lnd_network_test.go +++ b/itest/lnd_network_test.go @@ -22,9 +22,9 @@ func testNetworkConnectionTimeout(ht *lntest.HarnessTest) { testPub = "0332bda7da70fefe4b6ab92f53b3c4f4ee7999" + "f312284a8e89c8670bb3f67dbee2" - // testHost is a non-routable IP address. It's used to cause a - // connection timeout. - testHost = "10.255.255.255" + // testHost is a reachable IP address with an unreachable port + // that's used for testing only. + testHost = "lightning.engineering:81" ) // First, test the global timeout settings.