]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.9] net: bump TestDialerDualStackFDLeak timeout on iOS
authorElias Naur <elias.naur@gmail.com>
Wed, 27 Sep 2017 11:36:54 +0000 (13:36 +0200)
committerRuss Cox <rsc@golang.org>
Wed, 25 Oct 2017 20:23:14 +0000 (20:23 +0000)
commit87b3a2783973b75357f8844a12aa36abcc479374
tree3a72e0bdd526921fc6a7064dfa4bf313bd01fed7
parentebfcdef90174ea86b2952abec511c0be96b05099
[release-branch.go1.9] net: bump TestDialerDualStackFDLeak timeout on iOS

On an iPhone 6 running iOS 11, the TestDialerDualStackFDLeak test
started failing with dial durations just above the limit:

FAIL: TestDialerDualStackFDLeak (0.21s)

dial_test.go:90: got 101.154ms; want <= 95ms

Bump the timeout on iOS.

For the iOS builder.

Change-Id: Id42b471e7cf7d0c84f6e83ed04b395fa1a2d449d
Reviewed-on: https://go-review.googlesource.com/66491
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/70987
Run-TryBot: Russ Cox <rsc@golang.org>
src/net/dial_test.go