]> Cypherpunks.ru repositories - gostls13.git/commitdiff
run.bat: make windows runtime test timeout same as other os
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 9 Apr 2013 03:01:09 +0000 (13:01 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 9 Apr 2013 03:01:09 +0000 (13:01 +1000)
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/8551043

src/run.bat

index 1a68eb57384fb897f160eeb32000b355d48cb7f7..02d19d6c7e7f915b5f8eb576ff4181cb099d20d4 100644 (file)
@@ -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.