]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: increase default cmd/go test timeout
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 Dec 2017 01:49:04 +0000 (01:49 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 15 Dec 2017 02:48:35 +0000 (02:48 +0000)
commit9d5f8eaa8a4207bd89926eae40c6b0edf7bd4d11
tree0c2072fa4c2bcbc009c34fc1d0ea5ff11b14fceb
parent67295d6eb0b9ef8d40fcddf052d18ebaa03566e4
cmd/dist: increase default cmd/go test timeout

cmd/go has grown slow, even in short mode, and it's now regularly
failing on a number of builders where it's taking over the previous 3
minute timeout. for now, give it more time.

Change-Id: If565baf71c2770880b2e2139b47e03433951331f
Reviewed-on: https://go-review.googlesource.com/84235
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go