mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-21 06:13:40 +00:00
increase timeout
This commit is contained in:
parent
4eb06c64eb
commit
8c6409c762
@ -51,7 +51,7 @@ describe("Peer Exchange", function () {
|
||||
// we do this because we want peer-exchange discovery to get initialised before we dial the peer which contains info about the other peer
|
||||
setTimeout(() => {
|
||||
void waku.libp2p.dialProtocol(nwaku2Ma, PeerExchangeCodec);
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
return new PeerExchangeDiscovery(waku.libp2p.components, pubsubTopic);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user