]> Cypherpunks repositories - gostls13.git/commit
net/http: remove more arbitrary timeouts from server tests
authorBryan C. Mills <bcmills@google.com>
Mon, 13 Mar 2023 20:16:32 +0000 (16:16 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 13 Mar 2023 21:21:28 +0000 (21:21 +0000)
commite8543a6fa6e68a9d35178a5bbb71812cfbc2ba05
tree9c7bc91fbe21f329d6fa4778ad7bb5f00ffba8ae
parent82c713feb05da594567631972082af2fcba0ee4f
net/http: remove more arbitrary timeouts from server tests

This change eliminates the easy, arbitrary timouts that should
never happen. It leaves in place a couple of more complicated ones
that will probably need retry loops for robustness.

For #49336.
For #36179.

Change-Id: I657ef223a66461413a915da5ce9150f49acec04a
Reviewed-on: https://go-review.googlesource.com/c/go/+/476035
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/http/serve_test.go