mirror of https://github.com/status-im/js-waku.git
fix: git diff
This commit is contained in:
parent
1a5a57f756
commit
8f243eb325
|
@ -41,7 +41,7 @@ describe("Waku Store", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Generator", async function () {
|
it("Generator", async function () {
|
||||||
this.timeout(1000_000);
|
this.timeout(15_000);
|
||||||
const totalMsgs = 20;
|
const totalMsgs = 20;
|
||||||
|
|
||||||
for (let i = 0; i < totalMsgs; i++) {
|
for (let i = 0; i < totalMsgs; i++) {
|
||||||
|
|
Loading…
Reference in New Issue