We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9570832 commit bc765d0Copy full SHA for bc765d0
test/parallel/test-crypto-dh-leak.js
@@ -26,4 +26,4 @@ const after = process.memoryUsage.rss();
26
27
// RSS should stay the same, ceteris paribus, but allow for
28
// some slop because V8 mallocs memory during execution.
29
-assert(after - before < 10 << 20, `before=${before} after=${after}`);
+assert(after - before < 10 << 21, `before=${before} after=${after}`);
0 commit comments