]> Cypherpunks repositories - gostls13.git/commit
net: increase timeout for TestDialerDualStackFDLeak
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Dec 2017 15:07:45 +0000 (07:07 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 8 Dec 2017 17:52:42 +0000 (17:52 +0000)
commit98d0da98da7ff26d59e478e6baa16bf4eb9d266c
tree000d46d7f9087ebf01012d6511c0dc65b43c813c
parent25363de2266a3b53204065637eb509a8cc4d72c3
net: increase timeout for TestDialerDualStackFDLeak

This test has been getting occasional timeouts on the race builder.
The point of the test is whether a file descriptor leaks, not whether
the connection occurs in a certain amount of time. So use a very large
timeout. The connection is normally fast and the timeout doesn't matter.

Updates #13324

Change-Id: Ie1051c4a0be1fca4e63b1277101770be0cdae512
Reviewed-on: https://go-review.googlesource.com/82916
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dial_test.go