mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
Certain slower builders empirically do not finish before these timeouts, and if a real deadlock should occur it would be more useful to let the test itself time out and get a goroutine dump anyway. Fixes golang/go#50556 Fixes golang/go#34615 Change-Id: I53ea616faa34f4ccc73af8eb18b794e12271b883 Reviewed-on: https://go-review.googlesource.com/c/net/+/377814 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Trust: Benny Siegert <bsiegert@gmail.com> Reviewed-by: Damien Neil <dneil@google.com>