diff --git a/test/parallel/test-debug-signal-cluster.js b/test/parallel/test-debug-signal-cluster.js index c5931b7de4021e..24b362a687988a 100644 --- a/test/parallel/test-debug-signal-cluster.js +++ b/test/parallel/test-debug-signal-cluster.js @@ -65,10 +65,6 @@ function onNoMoreDebuggerAgentsOutput() { process.exit(); } -setTimeout(function testTimedOut() { - common.fail('test timed out'); -}, common.platformTimeout(4000)).unref(); - process.on('exit', function onExit() { // Kill processes in reverse order to avoid timing problems on Windows where // the parent process is killed before the children.