Skip to content

test: use setImmediate() in test-heapdump-shadowrealm.js

With a tight loop the GC may not have enough time to kick in. Try setImmediate() instead.

Refs: https://github.com/nodejs/node/issues/49572

Merge request reports

Loading