Skip to content

Commit b9254cb

Browse files
sandbox route fixed
1 parent be32a5a commit b9254cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/sandbox/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { ExecutionResultInterpreter, ExecutionResultWeb } from "@/lib/types
33
import { Sandbox } from "@e2b/code-interpreter"
44
import templatesData from "@/lib/templates.json"
55

6-
const sandboxTimeout = 10 * 60 * 1000 // 10 minutes in ms
6+
const sandboxTimeout = 10 * 60 * 1000
77

88
export const maxDuration = 60
99

0 commit comments

Comments
 (0)