mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-06-04 10:59:58 +00:00
Increase test timeouts
This commit is contained in:
parent
e0debac165
commit
e233ad8da4
@ -204,7 +204,7 @@ describe('Waku Relay', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('Js publishes to nim', async function () {
|
it('Js publishes to nim', async function () {
|
||||||
this.timeout(5000);
|
this.timeout(10000);
|
||||||
|
|
||||||
const message = WakuMessage.fromUtf8String('This is a message');
|
const message = WakuMessage.fromUtf8String('This is a message');
|
||||||
|
|
||||||
@ -289,7 +289,7 @@ describe('Waku Relay', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('Js publishes, other Js receives', async function () {
|
it('Js publishes, other Js receives', async function () {
|
||||||
this.timeout(3000);
|
this.timeout(10000);
|
||||||
|
|
||||||
// Check that the two JS peers are NOT directly connected
|
// Check that the two JS peers are NOT directly connected
|
||||||
expect(
|
expect(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user