We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab150d7 commit 0a82d27Copy full SHA for 0a82d27
test/parallel/test-net-write-fully-async-buffer.js
@@ -23,7 +23,7 @@ const server = net.createServer(common.mustCall(function(conn) {
23
}
24
25
while (conn.write(Buffer.from(data)));
26
- globalThis.gc({ type: 'minor' });
+ globalThis.gc({ type: 'major' });
27
// The buffer allocated above should still be alive.
28
29
0 commit comments