Skip to content

Commit 672c34a

Browse files
legendecascjihrig
andauthored
fixup! test: increase debugger waitFor timeout on macOS
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
1 parent a5ec481 commit 672c34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/debugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const BREAK_MESSAGE = new RegExp('(?:' + [
88
].join('|') + ') in', 'i');
99

1010
let TIMEOUT = common.platformTimeout(10000);
11-
// Some macOS and Windows machines require more time to receive the outputs from the client.
11+
// Some macOS and Windows machines require more time to receive the outputs from the client.
1212
// https://github.com/nodejs/build/issues/3014
1313
if (common.isWindows || common.isMacOS) {
1414
TIMEOUT = common.platformTimeout(15000);

0 commit comments

Comments
 (0)