From 2cfafdec7e98e53cf68ea6b69b1e048e5f23708a Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=A8=20timeouts.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/timeouts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/timeouts.ts b/src/utils/timeouts.ts index 0f22ecf..0817db9 100644 --- a/src/utils/timeouts.ts +++ b/src/utils/timeouts.ts @@ -37,3 +37,4 @@ export function getMaxBashTimeoutMs(env: EnvLike = process.env): number { // Always ensure max is at least as large as default return Math.max(MAX_TIMEOUT_MS, getDefaultBashTimeoutMs(env)) } +