Skip to content
Closed
Prev Previous commit
test: extend timeout on debugger tests for slower machines
PR-URL: #38161
Backport-PR-URL: #38858
Refs: https://github.com/nodejs/node/discussions/36481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott committed Jul 15, 2021
commit 22cbfa86679476509bf20adfb90d36993af4baed
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