Compare commits

...

1 Commits

Author SHA1 Message Date
Vikhyath Mondreti
167b872bfb improvement(function): timeout increase to 5 min 2026-01-27 19:28:51 -08:00

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