]> Cypherpunks repositories - gostls13.git/commit
net: bump TestDialerDualStackFDLeak timeout on iOS
authorElias Naur <elias.naur@gmail.com>
Wed, 27 Sep 2017 11:36:54 +0000 (13:36 +0200)
committerElias Naur <elias.naur@gmail.com>
Wed, 27 Sep 2017 13:48:21 +0000 (13:48 +0000)
commit90fdc45585bc18386d5a2d90a062bf86863e917d
treee82901456097945d727bb02d9ea5e2a599719cd0
parent951be1b58d4e8049b8a1f95ef99f6505cc4850b5
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>
src/net/dial_test.go