From 8bdba373c6157d13e485fabf1f8dbe65f8a392db Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Tue, 27 Jan 2026 19:32:11 -0800 Subject: [PATCH] improvement(function): timeout increase to 5 min (#3040) --- apps/sim/lib/execution/isolated-vm-worker.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/lib/execution/isolated-vm-worker.cjs b/apps/sim/lib/execution/isolated-vm-worker.cjs index 932ef997d..3deb76166 100644 --- a/apps/sim/lib/execution/isolated-vm-worker.cjs +++ b/apps/sim/lib/execution/isolated-vm-worker.cjs @@ -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