mirror of https://github.com/status-im/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 () {
|
it('Js publishes, other Js receives', async function () {
|
||||||
|
this.timeout(3000);
|
||||||
|
|
||||||
// Check that the two JS peers are NOT directly connected
|
// Check that the two JS peers are NOT directly connected
|
||||||
expect(
|
expect(
|
||||||
waku1.libp2p.peerStore.peers.has(waku2.libp2p.peerId.toB58String())
|
waku1.libp2p.peerStore.peers.has(waku2.libp2p.peerId.toB58String())
|
||||||
|
|
Loading…
Reference in New Issue