mirror of https://github.com/waku-org/js-waku.git
fix: revert timeout on test (#1059)
This commit is contained in:
parent
0ca7fd790c
commit
6e4ff0f2b8
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue