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