]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: set timeout for go1 benchmark too
authorShenghou Ma <minux@golang.org>
Fri, 13 Nov 2015 01:05:06 +0000 (20:05 -0500)
committerMinux Ma <minux@golang.org>
Fri, 13 Nov 2015 02:34:53 +0000 (02:34 +0000)
commitd42cc10283b611eb6799a3d46593777dc2174f34
tree78eb5915471a62470976d52a27b4d66d9e90ce43
parent3a3049897c0c62907da398819f61d77199df52ad
cmd/dist: set timeout for go1 benchmark too

so that GO_TEST_TIMEOUT_SCALE can be applied too.
It's for the mips64 builder, which is so slow that the
go1 benchmark can't finish startup within 10 minutes.

Change-Id: I1b824eb0649460101b294fb442da784e872403e7
Reviewed-on: https://go-review.googlesource.com/16901
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go