Skip to content

Commit 5e316a1

Browse files
committed
reduce repeat
1 parent 75b77f5 commit 5e316a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/credentials/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ describe('Auth', function () {
505505
sinon.restore()
506506
await fs.delete(tmpDir, { recursive: true })
507507
})
508-
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
508+
for (const _ of Array.from({ length: 50 }, (i) => i)) {
509509
it('does not cache if the credentials file changes', async function () {
510510
const initialCreds = {
511511
profileName: 'default',

0 commit comments

Comments
 (0)