On Fri, Feb 17, 2017 at 3:28 AM, Peter Kleiweg <pklei...@xs4all.nl> wrote: > Installing Go 1.8 with: > > git pull > git checkout go1.8 > cd src > GOROOT_BOOTSTRAP=/path/to/go1.4 ./all.bash > > I get this: > > panic: test timed out after 3m0s > (stacktrace) > FAIL cmd/go 193.895s > > The problem is I am installing this on a system with a very slow, network > file system. > > How can I increase the timeout for this test?
Set the environment variable GO_TEST_TIMEOUT_SCALE to the integer multiple you want to apply to the default test timeouts. For example, GO_TEST_TIMEOJT_SCALE=2 will double the default timeouts. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.