From 53fcef595bc66ec4e46bbfc00e397973006790ec Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:12:54 +0000 Subject: [PATCH] tests(core): restore approval write timeout budget Co-authored-by: Codex --- codex-rs/core/tests/suite/approvals.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/tests/suite/approvals.rs b/codex-rs/core/tests/suite/approvals.rs index d9bc1e9bf4..12b98e69b1 100644 --- a/codex-rs/core/tests/suite/approvals.rs +++ b/codex-rs/core/tests/suite/approvals.rs @@ -124,7 +124,7 @@ impl ActionKind { let _ = fs::remove_file(&path); let command = format!("printf {content:?} > {path:?} && cat {path:?}"); let event = - approval_matrix_shell_event(call_id, &command, 1_000, sandbox_permissions)?; + approval_matrix_shell_event(call_id, &command, 5_000, sandbox_permissions)?; Ok((event, Some(command))) } ActionKind::FetchUrl {