From 0fc2efc938e7433a388fd3c6b3a7da12141d4027 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 28 Jul 2025 21:50:03 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cypress/support/run-e2e-specs.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress/support/run-e2e-specs.js b/cypress/support/run-e2e-specs.js index 911706893..9601202c3 100644 --- a/cypress/support/run-e2e-specs.js +++ b/cypress/support/run-e2e-specs.js @@ -118,9 +118,7 @@ async function main() { let exitCode = 0; let hugoStarted = false; - // Configure shutdown timeout - use environment variable or default - const HUGO_SHUTDOWN_TIMEOUT = - parseInt(process.env.HUGO_SHUTDOWN_TIMEOUT) || 3000; +// (Lines 124-126 removed; no replacement needed) // Add this signal handler to ensure cleanup on unexpected termination const cleanupAndExit = (code = 1) => {