Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
1.7.1
When running a large number of tests or benchmarks, the test timeout in src/cmd/go/test.go is hard coded to 10 minutes
This means that the -test.count parameter is not taken into account, when in fact it should be.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version)?1.7.1
When running a large number of tests or benchmarks, the test timeout in src/cmd/go/test.go is hard coded to 10 minutes
This means that the
-test.countparameter is not taken into account, when in fact it should be.