support asynchronous test cases properly (#4529)

This commit is contained in:
Alex Lam S.L
2021-01-19 23:27:32 +00:00
committed by GitHub
parent 7793c6c389
commit d37ee4d41c
10 changed files with 369 additions and 156 deletions

View File

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