mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-13 18:24:35 +00:00
Fix tests timeout (#77)
This commit is contained in:
parent
1bc239fa71
commit
7ec7344b74
@ -18,7 +18,7 @@ describe("Messenger", () => {
|
||||
let identityBob: Identity;
|
||||
|
||||
beforeEach(async function () {
|
||||
this.timeout(10_000);
|
||||
this.timeout(20_000);
|
||||
|
||||
dbg("Generate keys");
|
||||
identityAlice = Identity.generate();
|
||||
@ -27,8 +27,9 @@ describe("Messenger", () => {
|
||||
dbg("Create messengers");
|
||||
|
||||
[messengerAlice, messengerBob] = await Promise.all([
|
||||
Messenger.create(identityAlice),
|
||||
Messenger.create(identityAlice, { bootstrap: false }),
|
||||
Messenger.create(identityBob, {
|
||||
bootstrap: false,
|
||||
libp2p: { addresses: { listen: ["/ip4/0.0.0.0/tcp/0/ws"] } },
|
||||
}),
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user