From: Alex Brainman Date: Tue, 9 Apr 2013 03:01:09 +0000 (+1000) Subject: run.bat: make windows runtime test timeout same as other os X-Git-Tag: go1.1rc2~132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=384b72e94bf403676fe652fd7efc72cad25365f0;p=gostls13.git run.bat: make windows runtime test timeout same as other os R=golang-dev, dave CC=golang-dev https://golang.org/cl/8551043 --- 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.