fix timeout for e2b (docs)

This commit is contained in:
akalitenya 2026-02-13 05:01:18 +05:00
parent 783ea1086a
commit c68c614a57
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ await run("sandbox-agent install-agent claude");
await run("sandbox-agent install-agent codex");
console.log("Starting server...");
await sandbox.commands.run("sandbox-agent server --no-token --host 0.0.0.0 --port 3000", { background: true });
await sandbox.commands.run("sandbox-agent server --no-token --host 0.0.0.0 --port 3000", { background: true, timeoutMs: 0 });
const baseUrl = `https://${sandbox.getHost(3000)}`;