aboutsummaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2013-04-09 13:01:09 +1000
committerAlex Brainman <alex.brainman@gmail.com>2013-04-09 13:01:09 +1000
commit384b72e94bf403676fe652fd7efc72cad25365f0 (patch)
tree075fb086ace425314e3a99705bf1f2659a31ad82 /src/run.bat
parent26312afd7b7f92201afa5f10e1c54803f27dbcf5 (diff)
downloadgo-384b72e94bf403676fe652fd7efc72cad25365f0.tar.gz
go-384b72e94bf403676fe652fd7efc72cad25365f0.zip
run.bat: make windows runtime test timeout same as other os
R=golang-dev, dave CC=golang-dev https://golang.org/cl/8551043
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index 1a68eb5738..02d19d6c7e 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -43,7 +43,7 @@ if errorlevel 1 goto fail
echo.
echo # runtime -cpu=1,2,4
-go test runtime -short -timeout=120s -cpu=1,2,4
+go test runtime -short -timeout=240s -cpu=1,2,4
if errorlevel 1 goto fail
echo.