test: Increase timeout

This commit is contained in:
Franck Royer 2022-05-10 15:24:53 +10:00
parent 7a15fbf8f8
commit c41dfcba40
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -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 }),