]> Cypherpunks repositories - gostls13.git/commitdiff
make.bat: incease runtime test timeout to 300s (fixes build)
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 12 Jul 2013 02:30:18 +0000 (12:30 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 12 Jul 2013 02:30:18 +0000 (12:30 +1000)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11064044

src/run.bat

index 6f8ab0e7d60f1a38bb8305de6c76ea4d9ba2fd45..a60de185ddfd959bb3dc85cd5a5738e8856589ec 100644 (file)
@@ -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.