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 a5ec481 commit 672c34aCopy full SHA for 672c34a
test/common/debugger.js
@@ -8,7 +8,7 @@ const BREAK_MESSAGE = new RegExp('(?:' + [
8
].join('|') + ') in', 'i');
9
10
let TIMEOUT = common.platformTimeout(10000);
11
-// Some macOS and Windows machines require more time to receive the outputs from the client.
+// Some macOS and Windows machines require more time to receive the outputs from the client.
12
// https://github.com/nodejs/build/issues/3014
13
if (common.isWindows || common.isMacOS) {
14
TIMEOUT = common.platformTimeout(15000);
0 commit comments