mirror of https://github.com/waku-org/js-waku.git
Increase timeout to shutdown node
This commit is contained in:
parent
c14951cb0e
commit
80cfa3c87a
|
@ -274,6 +274,7 @@ describe('Waku Relay', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async function () {
|
afterEach(async function () {
|
||||||
|
this.timeout(5000);
|
||||||
nimWaku ? nimWaku.stop() : null;
|
nimWaku ? nimWaku.stop() : null;
|
||||||
waku ? await waku.stop() : null;
|
waku ? await waku.stop() : null;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue