Skip to content

Commit

Permalink
test: change duration
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Nov 4, 2024
1 parent 55f3c72 commit 06cf362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/v1_keys_verifyKey.multilimit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ describe("with identity", () => {
identityId,
ratelimitAsync: true,
ratelimitLimit: 1,
ratelimitDuration: 10_000,
ratelimitDuration: 20_000,
});

const testCases: TestCase[] = [
Expand Down

0 comments on commit 06cf362

Please sign in to comment.