]> Cypherpunks repositories - gostls13.git/commit
net: Increase the acceptable delay in TestDialerDualstack
authorPaul Marks <pmarks@google.com>
Mon, 31 Aug 2015 20:30:22 +0000 (13:30 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 31 Aug 2015 21:36:04 +0000 (21:36 +0000)
commit754d4c052aa297ac5923d31924c882196ba0d0b2
tree92d248c7e84e4bc4e0779fd04ecc76660157664d
parent8d478e845cf56045fe805b51ddabf74f93f0290a
net: Increase the acceptable delay in TestDialerDualstack

This may fix the flakiness on Windows/x64, assuming that it's actually
due to a variance in the connection time which slightly exceeds 100ms.

150ms + 95ms = 245ms, which is still low enough to avoid triggering
Happy Eyeballs (300ms) on non-Windows platforms.

Updates #12309

Change-Id: I816a36fbc0a3e5c90e3cf1b75a134faf0d91557c
Reviewed-on: https://go-review.googlesource.com/14120
Run-TryBot: Paul Marks <pmarks@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dial_test.go