Increase timeout to shutdown node

This commit is contained in:
Franck Royer 2021-08-09 12:08:38 +10:00
parent c14951cb0e
commit 80cfa3c87a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ describe('Waku Relay', () => {
});
afterEach(async function () {
this.timeout(5000);
nimWaku ? nimWaku.stop() : null;
waku ? await waku.stop() : null;
});