diff --git a/codex-rs/core/src/tasks/mod.rs b/codex-rs/core/src/tasks/mod.rs index 82f389c6f9..d6754c23c8 100644 --- a/codex-rs/core/src/tasks/mod.rs +++ b/codex-rs/core/src/tasks/mod.rs @@ -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)]