mirror of https://github.com/status-im/js-waku.git
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…
Reference in New Issue