1
0
mirror of https://github.com/golang/go synced 2024-11-22 09:44:40 -07:00

build: lengthen timeout for the lengthy runtime test

To fix build on (overheated) Linux/ARM builder.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/5865051
This commit is contained in:
Shenghou Ma 2012-03-21 16:19:37 +08:00
parent e5102b35f6
commit 2ceb653b8b

View File

@ -29,7 +29,7 @@ time go test std -short -timeout=120s
echo echo
echo '# GOMAXPROCS=2 runtime -cpu=1,2,4' echo '# GOMAXPROCS=2 runtime -cpu=1,2,4'
GOMAXPROCS=2 go test runtime -short -timeout=120s -cpu=1,2,4 GOMAXPROCS=2 go test runtime -short -timeout=240s -cpu=1,2,4
echo echo
echo '# sync -cpu=10' echo '# sync -cpu=10'