Vercel Sandbox maximum duration extended to 5 hours

Authors

1 min read

Pro and Enterprise teams can now run Vercel Sandboxes for up to 5 hours (up from 45 minutes).

This new max duration unlocks workloads that require longer runtimes, such as large-scale data processing, end-to-end testing pipelines, and long-lived agentic workflows.

const sandbox = await Sandbox.create({
// 5 hours timeout
timeout: 5 * 60 * 60 * 1000,
});

Get started with Sandbox now and learn more in the docs.