fix: flaky tests 3 (#7826)

This commit is contained in:
jif-oai 2025-12-10 17:57:53 +00:00 committed by GitHub
parent c4af707e09
commit f677d05871
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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