test(core): use shared timeout for root import

This commit is contained in:
Ma
2026-07-16 01:27:27 +08:00
parent eb6c8f88bd
commit d3f6ae7e84
@@ -16,5 +16,5 @@ describe("core root exports", () => {
expect(core).toHaveProperty("PipelineRunner");
expect(core).toHaveProperty("sendTelegram");
}, 10_000);
});
});