Made the dns recursor timeout test more reliable

pull/2321/head
Pierre Delagrave 8 years ago committed by GitHub
parent d9bd41fc4d
commit db8ff0a582

@ -1405,7 +1405,7 @@ func TestDNS_RecursorTimeout(t *testing.T) {
testClientTimeout := serverClientTimeout + 5*time.Second
dir, srv := makeDNSServerConfig(t, func(c *Config) {
c.DNSRecursor = "127.0.0.77" // must be an unreachable host
c.DNSRecursor = "10.255.255.1" // host must cause a connection|read|write timeout
}, func(c *DNSConfig) {
c.RecursorTimeout = serverClientTimeout
})

Loading…
Cancel
Save