Skip to content

Commit

Permalink
rebump to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 12, 2024
1 parent ce85893 commit f805cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/test/credentials/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ describe('Auth', function () {
sinon.restore()
await fs.delete(tmpDir, { recursive: true })
})
for (const _ of Array.from({ length: 50 }, (i) => i)) {
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
it('does not cache if the credentials file changes', async function () {
const initialCreds = {
profileName: 'default',
Expand Down

0 comments on commit f805cb8

Please sign in to comment.