diff --git a/packages/tests/tests/store.node.spec.ts b/packages/tests/tests/store.node.spec.ts index 9689245c51..507cef029d 100644 --- a/packages/tests/tests/store.node.spec.ts +++ b/packages/tests/tests/store.node.spec.ts @@ -41,7 +41,7 @@ describe("Waku Store", () => { }); it("Generator", async function () { - this.timeout(1000_000); + this.timeout(15_000); const totalMsgs = 20; for (let i = 0; i < totalMsgs; i++) {