More fixes

This commit is contained in:
cte 2025-07-22 11:01:01 -07:00
parent 2e32857f07
commit 4abc283f61
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -222,7 +222,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
alwaysAllowUpdateTodoList: true,
followupAutoApproveTimeoutMs: 0,
allowedCommands: ["*"],
commandExecutionTimeout: 30_000,
commandExecutionTimeout: 30,
commandTimeoutAllowlist: [],
preventCompletionWithOpenTodos: false,