improvement(function): timeout increase to 5 min (#3040)

This commit is contained in:
Vikhyath Mondreti
2026-01-27 19:32:11 -08:00
committed by GitHub
parent c8ffda1616
commit 8bdba373c6

View File

@@ -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