From d3f6ae7e84a3996c1ceee45ef7c0e8cc2e48a63d Mon Sep 17 00:00:00 2001 From: Ma Date: Thu, 16 Jul 2026 01:27:27 +0800 Subject: [PATCH] test(core): use shared timeout for root import --- packages/core/src/__tests__/index-notify-lazy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/__tests__/index-notify-lazy.test.ts b/packages/core/src/__tests__/index-notify-lazy.test.ts index d91f9a06..c0c97b14 100644 --- a/packages/core/src/__tests__/index-notify-lazy.test.ts +++ b/packages/core/src/__tests__/index-notify-lazy.test.ts @@ -16,5 +16,5 @@ describe("core root exports", () => { expect(core).toHaveProperty("PipelineRunner"); expect(core).toHaveProperty("sendTelegram"); - }, 10_000); + }); });