From: Ian Lance Taylor Date: Sun, 3 Apr 2011 05:23:34 +0000 (-0700) Subject: Make.pkg: increase test timeout to 120 seconds. X-Git-Tag: weekly.2011-04-04~20 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=60cfb63bd41eaffeb34146f96ab348e1a668b374;p=gostls13.git Make.pkg: increase test timeout to 120 seconds. R=r, peterGo CC=golang-dev https://golang.org/cl/4344053 --- 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"