]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testcarchive: remove 1-minute timeout
authorCherry Mui <cherryyz@google.com>
Wed, 17 Jul 2024 18:34:00 +0000 (14:34 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 17 Jul 2024 19:00:57 +0000 (19:00 +0000)
commit8c88f0c7365dc329506073e035f9609c36fe7020
treed7d9b55d781f2c9866bf3a5ed0b1cca125ede167
parentfc51e5023ec99fee405ae61ee4ab2c8c9bc66f24
cmd/cgo/internal/testcarchive: remove 1-minute timeout

The 1-minute test timeout seems a bit arbitrary. Use
internal/testenv.Command, which applies t.Deadline to subcommand.

For #67566.

Change-Id: If84c96e353bdfaf02c9b123758198e031305ae32
Reviewed-on: https://go-review.googlesource.com/c/go/+/599056
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/cgo/internal/testcarchive/carchive_test.go