We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ee54ea + 71157d1 commit d526fecCopy full SHA for d526fec
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