Update cypress/support/run-e2e-specs.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/6257/head
Jason Stirnaman 2025-07-28 17:40:05 -05:00
parent da2ef476c1
commit 0d38db18e3
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ async function main() {
console.error(`Error force-killing Hugo: ${killErr.message}`);
}
process.exit(exitCode);
}, 3000); // Increased timeout for CI
}, HUGO_SHUTDOWN_TIMEOUT); // Configurable timeout for CI
hugoProc.kill('SIGTERM');