We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee54ea commit 71157d1Copy full SHA for 71157d1
1 file changed
src/sandbox/api/control.ts
@@ -274,7 +274,9 @@ export class SandboxControlAPI extends ControlAPI {
274
275
try {
276
const client = this.getClient(config);
277
- const runtime = new $Util.RuntimeOptions({});
+ const runtime = new $Util.RuntimeOptions({
278
+ readTimeout: 30000
279
+ });
280
281
const response = await client.createSandboxWithOptions(
282
new $AgentRun.CreateSandboxRequest({ body: input }),
0 commit comments