mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
make.bat: incease runtime test timeout to 300s (fixes build)
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/11064044
This commit is contained in:
parent
8529d99e1d
commit
09e72f5670
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue