mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
This will help debug golang/go#34621 by threading a context that's canceled when the test times out. This will kill a go command that's running when the test times out (the go command is already run using CommandContext with the config's context). Updates golang/go#34621 Change-Id: Iad373fd41d34395e817e6de50dd9e5842b2ef623 Reviewed-on: https://go-review.googlesource.com/c/tools/+/204200 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>