Skip to content

Commit

Permalink
test: extend timeout on debugger tests for slower machines
Browse files Browse the repository at this point in the history
PR-URL: nodejs#38161
Backport-PR-URL: nodejs#38858
Refs: nodejs#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]>
  • Loading branch information
Trott authored and foxxyz committed Oct 18, 2021
1 parent eacadbd commit aeca25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/inspector-cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable node-core/require-common-first, node-core/required-modules */
'use strict';
const common = require('../common');
const spawn = require('child_process').spawn;

const BREAK_MESSAGE = new RegExp('(?:' + [
Expand Down

0 comments on commit aeca25f

Please sign in to comment.