pub fn run_command_timeout( program: &str, args: &[&str], timeout_secs: u64, ) -> Result<Output>
Run a command with a timeout. On timeout the process is killed and an error is returned.