commit | 3689a13303a2e340551c64b10deb7c614b03481e | [log] [tgz] |
---|---|---|
author | David du Colombier <0intro@gmail.com> | Fri Dec 02 00:15:58 2016 +0100 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Dec 01 23:25:03 2016 +0000 |
tree | 69b2f30a243cd2ea7b55abe4ef2e2b2f5ad65230 | |
parent | 4f62cec36813742c0acea7f0f3922fdff3dd475c [diff] |
dashboard: set GO_TEST_TIMEOUT_SCALE=2 on plan9-386 On the plan9-386 builder, the cmd/go tests sometimes take a little more than 3 minutes to complete. We set GO_TEST_TIMEOUT_SCALE=2, so the cmd/go tests doesn't time out anymore. Updates golang/go#18047 Change-Id: I16ce26917ee785ebed8ad16e0370d575a0fdd638 Reviewed-on: https://go-review.googlesource.com/33774 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>