mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
More fixes
This commit is contained in:
parent
2e32857f07
commit
4abc283f61
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ export async function createRun({ suite, exercises = [], systemPrompt, timeout,
|
|||
|
||||
const dockerArgs = [
|
||||
`--name evals-controller-${run.id}`,
|
||||
// "--rm",
|
||||
"--rm",
|
||||
"--network evals_default",
|
||||
"-v /var/run/docker.sock:/var/run/docker.sock",
|
||||
"-v /tmp/evals:/var/log/evals",
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
|
|||
alwaysAllowUpdateTodoList: true,
|
||||
followupAutoApproveTimeoutMs: 0,
|
||||
allowedCommands: ["*"],
|
||||
commandExecutionTimeout: 30_000,
|
||||
commandExecutionTimeout: 30,
|
||||
commandTimeoutAllowlist: [],
|
||||
preventCompletionWithOpenTodos: false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue