Skip to content

Commit b0486b1

Browse files
committed
test: remove watchdog in test-debug-signal-cluster
test-debug-signal-cluster contains a watchdog timer that results in false positives in CI. Remove the watchdog timer and let the test runner determine that the test has timed out. PR-URL: #9476 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0b5191f commit b0486b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-debug-signal-cluster.js

-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ function onNoMoreDebuggerAgentsOutput() {
6565
process.exit();
6666
}
6767

68-
setTimeout(function testTimedOut() {
69-
common.fail('test timed out');
70-
}, common.platformTimeout(4000)).unref();
71-
7268
process.on('exit', function onExit() {
7369
// Kill processes in reverse order to avoid timing problems on Windows where
7470
// the parent process is killed before the children.

0 commit comments

Comments
 (0)