We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6601704 commit 0fc2efcCopy full SHA for 0fc2efc
cypress/support/run-e2e-specs.js
@@ -118,9 +118,7 @@ async function main() {
118
let exitCode = 0;
119
let hugoStarted = false;
120
121
- // Configure shutdown timeout - use environment variable or default
122
- const HUGO_SHUTDOWN_TIMEOUT =
123
- parseInt(process.env.HUGO_SHUTDOWN_TIMEOUT) || 3000;
+// (Lines 124-126 removed; no replacement needed)
124
125
// Add this signal handler to ensure cleanup on unexpected termination
126
const cleanupAndExit = (code = 1) => {
0 commit comments