]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: documented default value of the -timeout testflag
authorCaleb Spare <cespare@gmail.com>
Mon, 3 Aug 2015 23:32:28 +0000 (16:32 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 4 Aug 2015 00:05:49 +0000 (00:05 +0000)
Change-Id: I4dc75065038a9cfd06f61c0deca1c86c70713d3a
Reviewed-on: https://go-review.googlesource.com/13091
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/test.go

index baeec9d3a9842c9ee6b62f53adb6e87cc3973f50..4e7b551ed8da58c0bf50f7b7cb54dcb1804c0eb8 100644 (file)
@@ -220,6 +220,7 @@ const testFlag2 = `
 
        -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.