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 {