]> Cypherpunks repositories - gostls13.git/commitdiff
Make.pkg: increase test timeout to 120 seconds.
authorIan Lance Taylor <iant@golang.org>
Sun, 3 Apr 2011 05:23:34 +0000 (22:23 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 3 Apr 2011 05:23:34 +0000 (22:23 -0700)
R=r, peterGo
CC=golang-dev
https://golang.org/cl/4344053

src/Make.pkg

index 99bea67b27193c3408661b91a0827cac38751f0d..f871cf9398b9c278483fc61931a4d34aeaab2d5d 100644 (file)
@@ -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"