revert: timeout

This commit is contained in:
danisharora099 2022-11-16 19:06:32 +05:30
parent 0627a803ea
commit 0e0660f5b1
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ describe("Waku Store", () => {
let nwaku: Nwaku;
beforeEach(async function () {
this.timeout(35_000);
this.timeout(15_000);
nwaku = new Nwaku(makeLogFileName(this));
await nwaku.start({ store: true, lightpush: true });
});