chore: increase timeout for E2B sandboxes
This commit is contained in:
parent
cc8e0ce187
commit
ce4137d697
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user