Skip to content

Commit ab150d7

Browse files
anonrigtargos
authored andcommitted
test: remove flakiness on macOS test
PR-URL: #56971 Refs: https://github.com/nodejs/node/actions/runs/13220154720/job/36904132463?pr=56970 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent 9f1b3f7 commit ab150d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)