[][src]Function runner_utils::run_with_timeout

pub fn run_with_timeout(
    command: &mut Command,
    timeout: Duration
) -> Result<ExitStatus, RunError>