Skip to content

Commit 6ac0275

Browse files
Trotttargos
authored andcommitted
test: extend timeout on debugger tests for slower machines
PR-URL: #38161 Refs: #36481 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jan Krems <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 37b5ce2 commit 6ac0275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/inspector-cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* eslint-disable node-core/require-common-first, node-core/required-modules */
21
'use strict';
2+
const common = require('../common');
33
const spawn = require('child_process').spawn;
44

55
const BREAK_MESSAGE = new RegExp('(?:' + [

0 commit comments

Comments
 (0)