From 09e72f5670664539a4f01c60faea4a366d2a0fb8 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Fri, 12 Jul 2013 12:30:18 +1000 Subject: [PATCH] make.bat: incease runtime test timeout to 300s (fixes build) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/11064044 --- src/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.bat b/src/run.bat index 6f8ab0e7d6..a60de185dd 100644 --- a/src/run.bat +++ b/src/run.bat @@ -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. -- 2.48.1