Commit 384b72e9 authored by Alex Brainman's avatar Alex Brainman

run.bat: make windows runtime test timeout same as other os

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/8551043
parent 26312afd
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment