summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-07-13 02:00:07 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-07-13 02:00:07 +0800
commit3d022d4cf2b2e683044831623fd5be3489997b76 (patch)
tree03583c4b3629a1d305af032e703bf9aa635ef090 /src/run.bash
parentf29ac4345d617c601b12f9f98633a37bb767b36f (diff)
downloadgo-3d022d4cf2b2e683044831623fd5be3489997b76.tar.gz
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://codereview.appspot.com/10935043
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index e2ac2d7b7..032463496 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -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'