]> Cypherpunks repositories - gostls13.git/commit
net: increase TestNotTemporaryRead server sleep
authorClément Chigot <clement.chigot@atos.net>
Wed, 16 Jan 2019 08:03:57 +0000 (09:03 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 16 Jan 2019 15:16:12 +0000 (15:16 +0000)
commit0456036e28b718d215f49abe83d3c49101f8a4c7
tree0f4b0babaf98435933c0da29bcf0b96ccf61e2b7
parent34817dd365af2be50605b6c204c7412933a52c9b
net: increase TestNotTemporaryRead server sleep

On aix/ppc64, if the server closes before the client calls Accept,
this test will fail.

Increasing the time before the server closes should resolve this
timeout.

Updates #29685

Change-Id: Iebb849d694fc9c37cf216ce1f0b8741249b98016
Reviewed-on: https://go-review.googlesource.com/c/158038
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/net_test.go