1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[EC-598] chore: tweak unique signature test

This commit is contained in:
Andreas Coroiu
2023-04-17 14:06:14 +02:00
parent c574747778
commit 10d5f69ea4

View File

@@ -812,7 +812,7 @@ describe("FidoAuthenticatorService", () => {
it("should always generate unique signatures even if the input is the same", async () => {
const signatures = new Set();
for (let i = 0; i < 100; ++i) {
for (let i = 0; i < 10; ++i) {
await init(); // Reset inputs
const result = await authenticator.getAssertion(params);