diff --git a/src/lib/waku_relay/index.spec.ts b/src/lib/waku_relay/index.spec.ts index 48d5ae08a6..d7f7065de7 100644 --- a/src/lib/waku_relay/index.spec.ts +++ b/src/lib/waku_relay/index.spec.ts @@ -289,6 +289,8 @@ describe('Waku Relay', () => { }); it('Js publishes, other Js receives', async function () { + this.timeout(3000); + // Check that the two JS peers are NOT directly connected expect( waku1.libp2p.peerStore.peers.has(waku2.libp2p.peerId.toB58String())