mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
ci: fix v8.test.ts
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user