We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b77f5 commit 5e316a1Copy full SHA for 5e316a1
packages/core/src/test/credentials/auth.test.ts
@@ -505,7 +505,7 @@ describe('Auth', function () {
505
sinon.restore()
506
await fs.delete(tmpDir, { recursive: true })
507
})
508
- for (const _ of Array.from({ length: 1000 }, (i) => i)) {
+ for (const _ of Array.from({ length: 50 }, (i) => i)) {
509
it('does not cache if the credentials file changes', async function () {
510
const initialCreds = {
511
profileName: 'default',
0 commit comments