From 167b872bfb81a380f0bf0b7cd703ffe028b86785 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Tue, 27 Jan 2026 19:28:51 -0800 Subject: [PATCH] improvement(function): timeout increase to 5 min --- 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