summaryrefslogtreecommitdiff
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
commitd0759018e30947e0436af7886e7d53ce093249b9 (patch)
tree3639997c986bde3296da48a06bbcec85b93c31ed /src/run.bat
parentf4ffb0714730c77b4b24deda271f4380dc797bb6 (diff)
downloadgo-d0759018e30947e0436af7886e7d53ce093249b9.tar.gz
run.bat: make windows runtime test timeout same as other os
R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/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 1a68eb573..02d19d6c7 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.