Increase test timeout

This commit is contained in:
Franck Royer 2021-04-15 15:23:33 +10:00
parent 896462340a
commit bc1ba3f4e4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -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())