fix: flaky tests 3 (#7826)
This commit is contained in:
parent
c4af707e09
commit
f677d05871
1 changed files with 1 additions and 1 deletions
|
|
@ -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 } => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue