node:net: fix handle leak (#22913)

This commit is contained in:
Meghan Denny
2025-09-23 21:02:34 -08:00
committed by GitHub
parent 1a23797e82
commit ebe2e9da14
3 changed files with 79 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ function getNodeParallelTestTimeout(testPath) {
if (testPath.includes("test-dns")) {
return 90_000;
}
return 10_000;
return 20_000;
}
process.on("SIGTRAP", () => {