1
0
mirror of https://github.com/golang/go synced 2024-09-25 03:10:12 -06:00

Make.pkg: increase test timeout to 120 seconds.

R=r, peterGo
CC=golang-dev
https://golang.org/cl/4344053
This commit is contained in:
Ian Lance Taylor 2011-04-02 22:23:34 -07:00
parent c256f0a4b3
commit 60cfb63bd4

View 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"