From 384b72e94bf403676fe652fd7efc72cad25365f0 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 9 Apr 2013 13:01:09 +1000 Subject: [PATCH] run.bat: make windows runtime test timeout same as other os R=golang-dev, dave CC=golang-dev https://golang.org/cl/8551043 --- src/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.bat b/src/run.bat index 1a68eb5738..02d19d6c7e 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=120s -cpu=1,2,4 +go test runtime -short -timeout=240s -cpu=1,2,4 if errorlevel 1 goto fail echo. -- 2.50.0