]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: enlarge timeout of runtime tests
authorShenghou Ma <minux.ma@gmail.com>
Fri, 12 Jul 2013 18:00:07 +0000 (02:00 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 12 Jul 2013 18:00:07 +0000 (02:00 +0800)
Recently addition to runtime test makes it take very close to 720s
of timeout limit on the netbsd-arm-qemu builder.

R=golang-dev, go.peter.90, rsc
CC=golang-dev
https://golang.org/cl/10935043

src/run.bash

index e2ac2d7b7537e1e9f318dc9eb71df4a74fe257c1..0324634969e78c32be42a4be0e47de61925d1b58 100755 (executable)
@@ -49,7 +49,7 @@ time go test std -short -timeout=$(expr 120 \* $timeout_scale)s
 echo
 
 echo '# GOMAXPROCS=2 runtime -cpu=1,2,4'
-GOMAXPROCS=2 go test runtime -short -timeout=$(expr 240 \* $timeout_scale)s -cpu=1,2,4
+GOMAXPROCS=2 go test runtime -short -timeout=$(expr 300 \* $timeout_scale)s -cpu=1,2,4
 echo
 
 echo '# sync -cpu=10'