mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix: flaky tests 3 (#7826)
This commit is contained in:
@@ -126,7 +126,7 @@ impl ActionKind {
|
||||
);
|
||||
|
||||
let command = format!("python3 -c \"{script}\"");
|
||||
let event = shell_event(call_id, &command, 1_000, sandbox_permissions)?;
|
||||
let event = shell_event(call_id, &command, 3_000, sandbox_permissions)?;
|
||||
Ok((event, Some(command)))
|
||||
}
|
||||
ActionKind::RunCommand { command } => {
|
||||
|
||||
Reference in New Issue
Block a user