]> Cypherpunks repositories - gostls13.git/commit
cmd/go: do not apply kill timeout to go test with -bench
authorSam Thanawalla <samthanawalla@google.com>
Mon, 10 Feb 2025 21:06:02 +0000 (21:06 +0000)
committerSam Thanawalla <samthanawalla@google.com>
Thu, 13 Feb 2025 17:51:00 +0000 (09:51 -0800)
commit769274bf14f318f186ae1f89fd0fccb18241aaee
tree21cd17bcc05ba6722d166d83fc1b8a568015b17d
parentaa8d4df9d9b8659abc7bdc1485c11db515ed1479
cmd/go: do not apply kill timeout to go test with -bench

The testing package already does this. go test should do the same thing.

Fixes: #69181
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Change-Id: I942bd09c5832b48d498a2eb1f1500e1d294d0a2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/648236
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/test/test.go