Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2: eliminate arbitrary timeouts in testServerResponse
If the test deadlocks, we probably want a goroutine dump (which will happen naturally if we allow the test to time out). Otherwise, these arbitrary timeouts tend to only add noise on slower builders. Fixes golang/go#53160 (maybe). Change-Id: I2a95bf7fece27f949ab2cf9dea36fe440ac90d51 Reviewed-on: https://go-review.googlesource.com/c/net/+/409574 Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com>
- Loading branch information