fix: revert timeout on test (#1059)

This commit is contained in:
Danish Arora 2022-12-07 20:37:10 +05:30 committed by GitHub
parent 0ca7fd790c
commit 6e4ff0f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ describe("Waku Message Ephemeral field", () => {
});
beforeEach(async function () {
this.timeout(50_000);
this.timeout(15_000);
nwaku = new Nwaku(makeLogFileName(this));
await nwaku.start({ filter: true, lightpush: true, store: true });
waku = await createLightNode({