chore: increase timeout for E2B sandboxes

This commit is contained in:
James Murdza 2024-10-19 05:45:35 -06:00
parent cc8e0ce187
commit ce4137d697

View File

@ -53,7 +53,7 @@ process.on("unhandledRejection", (reason, promise) => {
})
// The amount of time in ms that a container will stay alive without a hearbeat.
const CONTAINER_TIMEOUT = 60_000
const CONTAINER_TIMEOUT = 120_000
dotenv.config()