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 a7c0299 commit 6307fe6Copy full SHA for 6307fe6
packages/core/src/test/shared/fs/fs.test.ts
@@ -459,7 +459,7 @@ describe.only('FileSystem', function () {
459
}
460
})
461
462
- for (const _ of Array.of({ length: 5000 }, (i: any) => i)) {
+ for (const _ of Array.of({ length: 10000 }, (i: any) => i)) {
463
it('source file does not exist at first, but eventually appears', async function () {
464
const oldPath = testFolder.pathFrom('oldFile.txt')
465
const newPath = testFolder.pathFrom('newFile.txt')
0 commit comments