Increase test timeouts

This commit is contained in:
Franck Royer 2021-04-29 16:07:37 +10:00
parent 83c892260a
commit 0270003556
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -93,7 +93,7 @@ describe('Waku Relay', () => {
let nimWaku: NimWaku;
beforeEach(async function () {
this.timeout(12_000);
this.timeout(30_000);
waku = await Waku.create({
staticNoiseKey: NOISE_KEY_1,
listenAddresses: ['/ip4/0.0.0.0/tcp/0'],
@ -167,7 +167,7 @@ describe('Waku Relay', () => {
let nimWaku: NimWaku;
beforeEach(async function () {
this.timeout(10_000);
this.timeout(30_000);
waku = await Waku.create({
staticNoiseKey: NOISE_KEY_1,
modules: { transport: [TCP] },