mirror of https://github.com/waku-org/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 () {
|
it("Waku message round trip binary encryption [asymmetric, signature]", async function () {
|
||||||
|
this.timeout(4000);
|
||||||
|
|
||||||
await fc.assert(
|
await fc.assert(
|
||||||
fc.asyncProperty(
|
fc.asyncProperty(
|
||||||
fc.uint8Array({ minLength: 1 }),
|
fc.uint8Array({ minLength: 1 }),
|
||||||
|
|
Loading…
Reference in New Issue