suppress false positives in ufuzz (#4578)

This commit is contained in:
Alex Lam S.L
2021-01-21 18:33:00 +00:00
committed by GitHub
parent e675262d51
commit 63b5b6d2b3
3 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ var actions = require("./actions");
var child_process = require("child_process");
var args = [
"--max-old-space-size=4096",
"--max-old-space-size=2048",
"test/ufuzz",
];
var iterations;