Skip to content

Commit ab150d7

Browse files
anonrigtargos
authored andcommitted
1 parent 9f1b3f7 commit ab150d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-net-write-fully-async-hex-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const server = net.createServer(common.mustCall(function(conn) {
2121
}
2222

2323
while (conn.write(data, 'hex'));
24-
globalThis.gc({ type: 'minor' });
24+
globalThis.gc({ type: 'major' });
2525
// The buffer allocated inside the .write() call should still be alive.
2626
}
2727

0 commit comments

Comments
 (0)