]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: re-run mkalldocs.sh after testflag change
authorCaleb Spare <cespare@gmail.com>
Tue, 4 Aug 2015 00:20:31 +0000 (17:20 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 4 Aug 2015 00:26:58 +0000 (00:26 +0000)
Change-Id: Ia21501df23a91c065d9f2acc6f043019a1419b22
Reviewed-on: https://go-review.googlesource.com/13092
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/alldocs.go

index 661c7c08f640e573a074e2264810ac4019665723..044e776ec047186825d5dbd96c893454dd23573f 100644 (file)
@@ -1404,6 +1404,7 @@ control the execution of any test:
 
        -timeout t
            If a test runs longer than t, panic.
+           The default is 10 minutes (10m).
 
        -trace trace.out
            Write an execution trace to the specified file before exiting.