]> Cypherpunks repositories - gostls13.git/commitdiff
build: lengthen timeout for the lengthy runtime test
authorShenghou Ma <minux.ma@gmail.com>
Wed, 21 Mar 2012 08:19:37 +0000 (16:19 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 21 Mar 2012 08:19:37 +0000 (16:19 +0800)
        To fix build on (overheated) Linux/ARM builder.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/5865051

src/run.bash

index 41ab37e3c2a5e2be6bc9a11267d71a7136b15e4d..ff2e88f004856b8c167f405b969fdeba7ca7724a 100755 (executable)
@@ -29,7 +29,7 @@ time go test std -short -timeout=120s
 echo
 
 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 '# sync -cpu=10'