aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-04-02 22:23:34 -0700
committerIan Lance Taylor <iant@golang.org>2011-04-02 22:23:34 -0700
commit60cfb63bd41eaffeb34146f96ab348e1a668b374 (patch)
treea7af2ec7737ad6b9acc34049e32f5c13aa4713e1
parentc256f0a4b3f47610ea79eddf5caaa418adf5160d (diff)
downloadgo-60cfb63bd41eaffeb34146f96ab348e1a668b374.tar.gz
go-60cfb63bd41eaffeb34146f96ab348e1a668b374.zip
Make.pkg: increase test timeout to 120 seconds.
R=r, peterGo CC=golang-dev https://golang.org/cl/4344053
-rw-r--r--src/Make.pkg2
1 files changed, 1 insertions, 1 deletions
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"