]> Cypherpunks repositories - gostls13.git/commit
net: allow longer timeout in dialClosedPort test on windows
authorRuss Cox <rsc@golang.org>
Thu, 30 Jul 2015 14:39:07 +0000 (10:39 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Jul 2015 15:19:17 +0000 (15:19 +0000)
commit48b4263efa351e9cf877f7972633419cafac91af
treeb17e2028ca242094c40769779ca82784b3736735
parent7cabaded5118883a8e038df6c4365cbca4df7f1e
net: allow longer timeout in dialClosedPort test on windows

The test expects the dial to take 1.0 seconds
on Windows and allows it to go to 1.095 seconds.
That's far too optimistic.
Recent failures are reporting roughly 1.2 seconds.
Let it have 1.5.

Change-Id: Id69811ccb65bf4b4c159301a2b4767deb6ee8d28
Reviewed-on: https://go-review.googlesource.com/12895
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial_test.go