aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Spare <cespare@gmail.com>2015-08-03 16:32:28 -0700
committerAndrew Gerrand <adg@golang.org>2015-08-04 00:05:49 +0000
commita65fa20541d7cc423e1e3c5b20114b04f77fb957 (patch)
tree26504fed9be370e9862d959f919fc66c1057c3e2
parentb3bf38e79d71784d98a79f2c2e3af003f48c8052 (diff)
downloadgo-a65fa20541d7cc423e1e3c5b20114b04f77fb957.tar.gz
go-a65fa20541d7cc423e1e3c5b20114b04f77fb957.zip
cmd/go: documented default value of the -timeout testflag
Change-Id: I4dc75065038a9cfd06f61c0deca1c86c70713d3a Reviewed-on: https://go-review.googlesource.com/13091 Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--src/cmd/go/test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go
index baeec9d3a9..4e7b551ed8 100644
--- a/src/cmd/go/test.go
+++ b/src/cmd/go/test.go
@@ -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.