mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-14 14:03:11 +00:00
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 () {
|
||||
this.timeout(4000);
|
||||
it("Round trip binary encryption [ecies, signature]", async function () {
|
||||
this.timeout(6000);
|
||||
|
||||
await fc.assert(
|
||||
fc.asyncProperty(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user