pub const DEFAULT_TIMEOUT: Duration;Expand description
How long a probe-shaped command is given before it is killed.
Chosen against the slowest thing this adapter routinely asks for: the first
wsl.exe invocation after a boot starts the whole distribution, and a cold
start on a spinning disk is seconds, not milliseconds.