mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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 () => {
|
it("should always generate unique signatures even if the input is the same", async () => {
|
||||||
const signatures = new Set();
|
const signatures = new Set();
|
||||||
|
|
||||||
for (let i = 0; i < 100; ++i) {
|
for (let i = 0; i < 10; ++i) {
|
||||||
await init(); // Reset inputs
|
await init(); // Reset inputs
|
||||||
const result = await authenticator.getAssertion(params);
|
const result = await authenticator.getAssertion(params);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user