8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd90752 commit 2d0b6caCopy full SHA for 2d0b6ca
test/parallel/test-repl.js
@@ -926,7 +926,7 @@ function event(ee, expected) {
926
const data = inspect(expected, { compact: false });
927
const msg = `The REPL did not reply as expected for:\n\n${data}`;
928
reject(new Error(msg));
929
- }, common.platformTimeout(1000));
+ }, common.platformTimeout(9999));
930
ee.once('data', common.mustCall((...args) => {
931
clearTimeout(timeout);
932
resolve(...args);