mirror of https://github.com/waku-org/js-waku.git
test: increase timeout
Seems fair as one more byte array comparison is done.
This commit is contained in:
parent
2f67a3baff
commit
853ac7464d
|
@ -41,8 +41,8 @@ describe("Ecies Encryption", function () {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("R trip binary encryption [ecies, signature]", async function () {
|
it("Round trip binary encryption [ecies, signature]", async function () {
|
||||||
this.timeout(4000);
|
this.timeout(6000);
|
||||||
|
|
||||||
await fc.assert(
|
await fc.assert(
|
||||||
fc.asyncProperty(
|
fc.asyncProperty(
|
||||||
|
|
Loading…
Reference in New Issue