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: #38161
Refs: #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 Apr 25, 2021
1 parent 60a0764 commit 2a70f4f
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 2a70f4f

Please sign in to comment.