tests(core): restore approval write timeout budget

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-13 08:12:54 +00:00
parent eb16217297
commit 53fcef595b

View File

@@ -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 {