Skip to content

Commit cc36a63

Browse files
TrottMylesBorins
authored andcommitted
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 c1effb1 commit cc36a63

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
@@ -51,10 +51,6 @@ function onNoMoreLines() {
5151
process.exit();
5252
}
5353

54-
setTimeout(function testTimedOut() {
55-
common.fail('test timed out');
56-
}, common.platformTimeout(4000)).unref();
57-
5854
process.on('exit', function onExit() {
5955
// Kill processes in reverse order to avoid timing problems on Windows where
6056
// the parent process is killed before the children.

0 commit comments

Comments
 (0)