Default connect to waiting for health

This commit is contained in:
Nathan Flurry 2026-03-05 19:01:14 -08:00
parent b860767d3f
commit ebf450bd99
9 changed files with 10 additions and 10 deletions

View file

@ -204,7 +204,6 @@ describe("Integration: TypeScript SDK flat session API", () => {
const sdk = await SandboxAgent.connect({
token,
fetch: customFetch,
waitForHealth: true,
});
const agents = await sdk.listAgents();