]> Cypherpunks repositories - gostls13.git/commit
net: increase expected time to dial a closed port on all Darwin ports
authorAuthor Name <brett.j.merrill94@gmail.com>
Sat, 30 Sep 2017 20:47:48 +0000 (13:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Oct 2017 04:55:13 +0000 (04:55 +0000)
commit5f83b2d14a0f551b47a987eea203e750e5ba2e9c
tree74e6ad194de11cb717700876db67bf85682c6bd4
parent273b657b4e970f510afb258aa73dc2e264a701e3
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