mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
[EC-598] chore: tweak unique signature test
This commit is contained in:
parent
c574747778
commit
10d5f69ea4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user