From 8a697f7a396115ec29b8737d7769b1d19352621c Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 9 Jan 2018 10:08:03 +0100 Subject: [PATCH] Fix: timeout integration test --- integration/fixtures/timeout/forwarding_timeouts.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/fixtures/timeout/forwarding_timeouts.toml b/integration/fixtures/timeout/forwarding_timeouts.toml index 800e16332..78c3d098a 100644 --- a/integration/fixtures/timeout/forwarding_timeouts.toml +++ b/integration/fixtures/timeout/forwarding_timeouts.toml @@ -22,7 +22,7 @@ responseHeaderTimeout = "300ms" [backends.backend1.servers.server1] # Non-routable IP address that should always deliver a dial timeout. # See: https://stackoverflow.com/questions/100841/artificially-create-a-connection-timeout-error#answer-904609 - url = "http://10.255.255.1" + url = "http://50.255.255.1" [backends.backend2] [backends.backend2.servers.server2] url = "http://{{.TimeoutEndpoint}}:9000"