]> Cypherpunks repositories - gostls13.git/commit
net: add timeout to DNS requests sent by TestSpecialDomainName
authorMichael Munday <munday@ca.ibm.com>
Thu, 14 Jan 2016 21:36:43 +0000 (16:36 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 19 Jan 2016 06:20:36 +0000 (06:20 +0000)
commitc7754c8f54a1ace5fc0a8e36df809c713d2623d6
tree462ebeb8b6b0e9a05e98a577c4001fc56842bf3a
parentc40a73d80c38eacc27e8cb9cf25c2bacaee60a3d
net: add timeout to DNS requests sent by TestSpecialDomainName

The timeout means that TestSpecialDomainName will not hang if
the DNS server does not respond to the request.

Fixes #13939

Change-Id: I46e30bbd3c11b6c560656134e704331cf6f8af3f
Reviewed-on: https://go-review.googlesource.com/18661
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/dnsclient_unix_test.go