Skip to content

Commit

Permalink
test: lower data size
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Jan 31, 2025
1 parent 5e16a7f commit 7fee06a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe.each([
const verifications = generate({
start: new Date(tc.generate.start).getTime(),
end: new Date(tc.generate.end).getTime(),
length: 100_000,
length: 10_000,
workspaceId: h.resources.userWorkspace.id,
keySpaceId: h.resources.userKeyAuth.id,
keys: Array.from({ length: 3 }).map(() => ({ keyId: newId("test") })),
Expand Down Expand Up @@ -148,7 +148,7 @@ describe("RFC scenarios", () => {
const verifications = generate({
start: now - 12 * 60 * 60 * 1000,
end: now,
length: 100_000,
length: 10_000,
workspaceId: h.resources.userWorkspace.id,
keySpaceId: h.resources.userKeyAuth.id,
keys: keys.map((k) => ({ keyId: k.keyId, identityId: k.identityId })),
Expand Down

0 comments on commit 7fee06a

Please sign in to comment.