Skip to content

Commit

Permalink
tests: Set a bigger timeout for server certificate test
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Oct 13, 2023
1 parent a087a4d commit 2e89a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe("core - decrypt - global tests - server certificate", () => {
expect(mockSetServerCertificate).toHaveBeenCalledTimes(1);
expect(mockCreateSession).toHaveBeenCalledTimes(1);
done();
}, 10);
}, 100);
});

/* eslint-disable max-len */
Expand Down

0 comments on commit 2e89a75

Please sign in to comment.