From 60cfb63bd41eaffeb34146f96ab348e1a668b374 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 2 Apr 2011 22:23:34 -0700 Subject: [PATCH] Make.pkg: increase test timeout to 120 seconds. R=r, peterGo CC=golang-dev https://golang.org/cl/4344053 --- src/Make.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Make.pkg b/src/Make.pkg index 99bea67b27..f871cf9398 100644 --- a/src/Make.pkg +++ b/src/Make.pkg @@ -61,7 +61,7 @@ test: gotest testshort: - gotest -test.short -test.timeout=60 + gotest -test.short -test.timeout=120 bench: gotest -test.bench=. -test.run="Do not run tests" -- 2.50.0