-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/dist: timeout in test phase. #16106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm sorry but I don't think there is much we can do here. If your machine is too slow to complete I'm going to close this issue as I don't think there is an issue that can be addressed here. |
I was not aware of GO_TEST_TIMEOUT_SCALE. I changed it, as you suggested and now everything goes fine. Thanks, Dave. |
Just FYI: #10314 |
That's exactly the same situation. Thanks, Mikio. On 6/19/16, Mikio Hara notifications@github.com wrote:
|
What version of Go are you using (
go version
)?go version devel +f3d5478 Fri Jun 17 19:15:29 2016 +0000 windows/386
What operating system and processor architecture are you using (
go env
)?set GOARCH=386
set GOBIN=C:\Go\bin
set GOEXE=.exe
set GOHOSTARCH=386
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=c:\gopath
set GORACE=
set GOROOT=C:\Go
set GOTOOLDIR=C:\Go\pkg\tool\windows_386
set CC=gcc
set GOGCCFLAGS=-m32 -fmessage-length=0
set CXX=g++
set CGO_ENABLED=0
What did you do?
What did you expect to see?
A clean build & test.
What did you see instead?
...
ok cmd/compile/internal/test 0.360s
ok cmd/cover 14.877s
ok cmd/doc 0.614s
ok cmd/fix 0.372s
panic: test timed out after 6m0s
I tried twice:
firsttry.txt
secondtry.txt
The computer is an old and slow netbook:

Please note I have set CGO_ENABLED to zero, to avoid C compiler installation issues.
The text was updated successfully, but these errors were encountered: