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

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