childtoken and tests

This commit is contained in:
Ahmed Ibrahim
2026-01-11 23:28:43 -08:00
parent f3b89ce11e
commit d079cc1778

View File

@@ -36,7 +36,7 @@ pub(crate) use review::ReviewTask;
pub(crate) use undo::UndoTask;
pub(crate) use user_shell::UserShellCommandTask;
const GRACEFULL_INTERRUPTION_TIMEOUT_MS: u64 = 200;
const GRACEFULL_INTERRUPTION_TIMEOUT_MS: u64 = 100;
/// Thin wrapper that exposes the parts of [`Session`] task runners need.
#[derive(Clone)]