]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] net: increase expected time to dial a closed port on all Darwi...
authorAuthor Name <brett.j.merrill94@gmail.com>
Sat, 30 Sep 2017 20:47:48 +0000 (13:47 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 20 Oct 2017 16:37:45 +0000 (12:37 -0400)
commita0be3483e14c3d31afb93286227eae148c8223f5
tree51a7af59aadbf70f0c906650229a68cda49c2250
parent41161ce66642a835cfbad845af15d3d00e2efd7f
[release-branch.go1.8] net: increase expected time to dial a closed port on all Darwin ports

All current darwin architectures seem to take at least 100ms to dial a closed port,
and that was making the all.bash script fail.

Fixes #22062

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