]> Cypherpunks repositories - gostls13.git/commit
net: make TCPStress test shorter
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 14 Aug 2013 17:53:27 +0000 (21:53 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 14 Aug 2013 17:53:27 +0000 (21:53 +0400)
commitf8ca13c3e5a85d6f9dbce499aca8006c104376ee
tree0a16bebde1325d018672d2e9166d374d9c68970b
parentdc48e9516c3b46f061af16f595a7c7dcb46434d1
net: make TCPStress test shorter
It timeouts on freebsd builders:
http://build.golang.org/log/3d8169e13bff912bebf6fd3c54b34ad2d29a7221
but there are always runnable goroutines,
which suggests that it's slowly progressing.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12939043
src/pkg/net/tcp_test.go