Error in help: -test.timeout --> ... (default 0, timeout disabled) #30742
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
Run
go test -run Mytest -xyz
produces a helptext where the test.timeout is stated to be disabled, when in fact it is 10 minutes
What did you expect to see?
default test.timeout should be 10m
What did you see instead?
It says 'default 0, timeout disabled'
![image](https://user-images.githubusercontent.com/18309904/54139854-ba7f6a00-4422-11e9-8ae1-56bd6af46a37.png)
The text was updated successfully, but these errors were encountered: