Commit a65fa205 authored by Caleb Spare's avatar Caleb Spare Committed by Andrew Gerrand

cmd/go: documented default value of the -timeout testflag

Change-Id: I4dc75065038a9cfd06f61c0deca1c86c70713d3a
Reviewed-on: https://go-review.googlesource.com/13091Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent b3bf38e7
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment