mirror of https://github.com/status-im/js-waku.git
revert: timeout
This commit is contained in:
parent
0627a803ea
commit
0e0660f5b1
|
@ -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 });
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue