We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28f630 commit c0e60d6Copy full SHA for c0e60d6
test/known_issues/test-vm-timeout-escape-nexttick.js
@@ -13,7 +13,7 @@ const NS_PER_MS = 1000000n;
13
const hrtime = process.hrtime.bigint;
14
const nextTick = process.nextTick;
15
16
-const waitDuration = common.platformTimeout(150n);
+const waitDuration = common.platformTimeout(200n);
17
18
function loop() {
19
const start = hrtime();
@@ -38,7 +38,7 @@ for (let i = 0; i < 4; i++) {
38
nextTick,
39
loop,
40
},
41
- { timeout: common.platformTimeout(50) },
+ { timeout: common.platformTimeout(100) },
42
);
43
}, {
44
code: 'ERR_SCRIPT_EXECUTION_TIMEOUT',
0 commit comments