diff --git a/src/container-runner.ts b/src/container-runner.ts index 27b0f5c6c..3ebef1a9d 100644 --- a/src/container-runner.ts +++ b/src/container-runner.ts @@ -530,7 +530,7 @@ export async function buildAgentGroupImage(agentGroupId: string): Promise execSync(`${CONTAINER_RUNTIME_BIN} build -t ${imageTag} -f ${tmpDockerfile} .`, { cwd: DATA_DIR, stdio: 'pipe', - timeout: 300_000, + timeout: 900_000, }); } finally { fs.unlinkSync(tmpDockerfile);