pub const DEFAULT_COMMAND_TIMEOUT: Duration;Expand description
Predefined ten-second timeout value.
CommandRunner::new does not apply this timeout automatically. Use this
constant with CommandRunner::timeout when callers want a short, explicit
command limit.