ci: fix v8.test.ts

This commit is contained in:
Meghan Denny
2025-12-01 15:41:07 -08:00
committed by GitHub
parent 6745bdaa85
commit 9f91e7c549

View File

@@ -261,7 +261,7 @@ describe.todoIf(isBroken && isMusl)("node:v8", () => {
});
it("keeps GC objects alive", async () => {
await checkSameOutput("test_handle_scope_gc", []);
}, 10000);
}, 10000 * (isASAN ? 2 : 1));
});
describe("EscapableHandleScope", () => {