Skip to content

Commit 9174abb

Browse files
Update spec-utils.ts
1 parent 02c4a73 commit 9174abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/oauth/src/state-stores/spec-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class StateStoreChaiTestRunner {
5353
it('should detect multiple consumption', async () => {
5454
const { stateStore } = this;
5555
const installUrlOptions = { scopes: ['channels:read'] };
56-
for (let i = 0; i < 200; i++) {
56+
for (let i = 0; i < 100; i++) {
5757
// generate other states
5858
await stateStore.generateStateParam(installUrlOptions, new Date());
5959
}

0 commit comments

Comments
 (0)