pub const TERMINATE_VERIFY_WAIT: Duration;Expand description
Default bounded wait for terminate_and_verify’s escalation to
SIGKILL. A few seconds is long enough for a well-behaved process to
shut down after SIGTERM, short enough that an unattended loop is not
stalled indefinitely waiting on one that won’t.