mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
Increase test timeout
This commit is contained in:
parent
d2c8d72c3e
commit
1a4407b4f5
@ -45,6 +45,7 @@ describe('Waku Relay', () => {
|
||||
});
|
||||
|
||||
afterEach(async function () {
|
||||
this.timeout(5000);
|
||||
await waku1.stop();
|
||||
await waku2.stop();
|
||||
});
|
||||
@ -185,6 +186,7 @@ describe('Waku Relay', () => {
|
||||
});
|
||||
|
||||
it('Js publishes to nim', async function () {
|
||||
this.timeout(3000);
|
||||
const message = WakuMessage.fromUtf8String('This is a message');
|
||||
|
||||
await waku.relay.publish(message);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user