mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[EC-598] chore: tweak unique signature test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user