Skip to content

Commit 0fc2efc

Browse files
jstirnamanCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 6601704 commit 0fc2efc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cypress/support/run-e2e-specs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ async function main() {
118118
let exitCode = 0;
119119
let hugoStarted = false;
120120

121-
// Configure shutdown timeout - use environment variable or default
122-
const HUGO_SHUTDOWN_TIMEOUT =
123-
parseInt(process.env.HUGO_SHUTDOWN_TIMEOUT) || 3000;
121+
// (Lines 124-126 removed; no replacement needed)
124122

125123
// Add this signal handler to ensure cleanup on unexpected termination
126124
const cleanupAndExit = (code = 1) => {

0 commit comments

Comments
 (0)