Skip to content

Commit 6307fe6

Browse files
committed
run 10k times
1 parent a7c0299 commit 6307fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/fs/fs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ describe.only('FileSystem', function () {
459459
}
460460
})
461461

462-
for (const _ of Array.of({ length: 5000 }, (i: any) => i)) {
462+
for (const _ of Array.of({ length: 10000 }, (i: any) => i)) {
463463
it('source file does not exist at first, but eventually appears', async function () {
464464
const oldPath = testFolder.pathFrom('oldFile.txt')
465465
const newPath = testFolder.pathFrom('newFile.txt')

0 commit comments

Comments
 (0)