We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c8fc0 commit 5a9732eCopy full SHA for 5a9732e
test/common/debugger.js
@@ -7,7 +7,8 @@ const BREAK_MESSAGE = new RegExp('(?:' + [
7
'exception', 'other', 'promiseRejection', 'step',
8
].join('|') + ') in', 'i');
9
10
-let TIMEOUT = common.platformTimeout(5000);
+// Some macOS machines require more time to receive the outputs from the client.
11
+let TIMEOUT = common.platformTimeout(10000);
12
if (common.isWindows) {
13
// Some of the windows machines in the CI need more time to receive
14
// the outputs from the client.
0 commit comments