mirror of https://github.com/waku-org/js-waku.git
Increase test timeout
This commit is contained in:
parent
896462340a
commit
bc1ba3f4e4
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue