mirror of
https://github.com/golang/go
synced 2024-11-26 08:27:56 -07:00
run.bat: make windows runtime test timeout same as other os
R=golang-dev, dave CC=golang-dev https://golang.org/cl/8551043
This commit is contained in:
parent
26312afd7b
commit
384b72e94b
@ -43,7 +43,7 @@ if errorlevel 1 goto fail
|
|||||||
echo.
|
echo.
|
||||||
|
|
||||||
echo # runtime -cpu=1,2,4
|
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
|
if errorlevel 1 goto fail
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user