mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
node:net: fix handle leak (#22913)
This commit is contained in:
@@ -80,7 +80,7 @@ function getNodeParallelTestTimeout(testPath) {
|
||||
if (testPath.includes("test-dns")) {
|
||||
return 90_000;
|
||||
}
|
||||
return 10_000;
|
||||
return 20_000;
|
||||
}
|
||||
|
||||
process.on("SIGTRAP", () => {
|
||||
|
||||
Reference in New Issue
Block a user