From: Alex Brainman Date: Fri, 12 Jul 2013 02:30:18 +0000 (+1000) Subject: make.bat: incease runtime test timeout to 300s (fixes build) X-Git-Tag: go1.2rc2~1077 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=09e72f5670664539a4f01c60faea4a366d2a0fb8;p=gostls13.git make.bat: incease runtime test timeout to 300s (fixes build) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/11064044 --- diff --git a/src/run.bat b/src/run.bat index 6f8ab0e7d6..a60de185dd 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=240s -cpu=1,2,4 +go test runtime -short -timeout=300s -cpu=1,2,4 if errorlevel 1 goto fail echo.