Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use gcUntil() in test-v8-serialize-leak
Previously this can be flaky because the there could be a delay of the deallocation after gc() is invoked. Use gcUntil() to run the GC multiple times to make the test more robust. PR-URL: nodejs/node#49168 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information