From bc1ba3f4e48b440af83b706e1aa8f7ce7c931183 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 15 Apr 2021 15:23:33 +1000 Subject: [PATCH] Increase test timeout --- src/lib/waku_relay/index.spec.ts | 2 ++ 1 file changed, 2 insertions(+) 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())