We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ffda1 commit 8bdba37Copy full SHA for 8bdba37
apps/sim/lib/execution/isolated-vm-worker.cjs
@@ -8,7 +8,7 @@ const ivm = require('isolated-vm')
8
const USER_CODE_START_LINE = 4
9
const pendingFetches = new Map()
10
let fetchIdCounter = 0
11
-const FETCH_TIMEOUT_MS = 30000
+const FETCH_TIMEOUT_MS = 300000 // 5 minutes
12
13
/**
14
* Extract line and column from error stack or message
0 commit comments