mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
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…
x
Reference in New Issue
Block a user