| Index: net/dns/dns_config_service_posix.cc
|
| diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc
|
| index ea51915c76613e4a6346461630188d12a9fbe1ee..70a277e75b9776e2389c08c56fdc16ed5b3abda6 100644
|
| --- a/net/dns/dns_config_service_posix.cc
|
| +++ b/net/dns/dns_config_service_posix.cc
|
| @@ -58,6 +58,8 @@ ConfigParsePosixResult ReadDnsConfig(DnsConfig* config) {
|
| res_nclose(&res);
|
| #endif
|
| #endif
|
| + // Override timeout value to match default setting on Windows.
|
| + config->timeout = base::TimeDelta::FromSeconds(kDnsTimeoutSeconds);
|
| return result;
|
| }
|
|
|
|
|