Commit 0ce56e60 authored by Shenghou Ma's avatar Shenghou Ma

run.bash: enlarge timeout of runtime tests

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
parent 7e97d398
...@@ -49,7 +49,7 @@ time go test std -short -timeout=$(expr 120 \* $timeout_scale)s ...@@ -49,7 +49,7 @@ time go test std -short -timeout=$(expr 120 \* $timeout_scale)s
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=$(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
echo '# sync -cpu=10' echo '# sync -cpu=10'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment