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

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>
This commit is contained in:
Caleb Spare 2015-08-03 16:32:28 -07:00 committed by Andrew Gerrand
parent b3bf38e79d
commit a65fa20541

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