From 2efe8a80d498b97e6b0f0e82608be868c7494e40 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 8 May 2026 16:58:42 +0900 Subject: [PATCH] test(index): stabilize openclaw bootstrap smoke test --- src/index.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index.test.ts b/src/index.test.ts index 715eeeb99..0b8499983 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -151,9 +151,6 @@ describe("oh-my-openagent plugin module", () => { enabled: true, gateways: {}, hooks: {}, - replyListener: { - discordBotToken: "discord-token", - }, } mockLoadPluginConfig.mockReturnValue({ openclaw: openclawConfig, @@ -182,7 +179,7 @@ describe("oh-my-openagent plugin module", () => { // then expect(mockInitializeOpenClaw).not.toHaveBeenCalled() - }) + }, { timeout: 15000 }) it("exports a V1 PluginModule shape with id and server", () => { // given the plugin module is loaded