Skip to main content

run_jj_with_timeout

Function run_jj_with_timeout 

Source
pub fn run_jj_with_timeout(
    repo_path: &Path,
    args: &[&str],
    timeout: Duration,
) -> Result<RunOutput, RunError>
Expand description

Run a jj command with a timeout.