mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-28 00:08:21 -05:00
improvement(function): timeout increase to 5 min (#3040)
This commit is contained in:
committed by
GitHub
parent
c8ffda1616
commit
8bdba373c6
@@ -8,7 +8,7 @@ const ivm = require('isolated-vm')
|
||||
const USER_CODE_START_LINE = 4
|
||||
const pendingFetches = new Map()
|
||||
let fetchIdCounter = 0
|
||||
const FETCH_TIMEOUT_MS = 30000
|
||||
const FETCH_TIMEOUT_MS = 300000 // 5 minutes
|
||||
|
||||
/**
|
||||
* Extract line and column from error stack or message
|
||||
|
||||
Reference in New Issue
Block a user