commit | 2ceb653b8b2745879d3da6c9d0829ac942fb00da | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Wed Mar 21 16:19:37 2012 +0800 |
committer | Shenghou Ma <minux.ma@gmail.com> | Wed Mar 21 16:19:37 2012 +0800 |
tree | f30d89a219dbcb2cb89467e2a2a2297f5a321f84 | |
parent | e5102b35f6afaaf5a829768710d15924c126aeeb [diff] [blame] |
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
diff --git a/src/run.bash b/src/run.bash index 41ab37e..ff2e88f 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -29,7 +29,7 @@ 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'