mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
test: Increase timeout
This commit is contained in:
parent
7a15fbf8f8
commit
c41dfcba40
@ -53,6 +53,8 @@ describe("Waku Message: Browser & Node", function () {
|
||||
});
|
||||
|
||||
it("Waku message round trip binary encryption [asymmetric, signature]", async function () {
|
||||
this.timeout(4000);
|
||||
|
||||
await fc.assert(
|
||||
fc.asyncProperty(
|
||||
fc.uint8Array({ minLength: 1 }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user