mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
childtoken and tests
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user