Skip to content

Commit be7bec4

Browse files
committed
Update misc.test.ts
1 parent b4c85dd commit be7bec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('CompareUtf8Strings', () => {
6262
const stringGenerator = new StringGenerator(new Random(seed), 0.33, 20);
6363
const stringPairGenerator = new StringPairGenerator(stringGenerator);
6464

65-
for (let i = 0; i < 10000 && errors.length < 10; i++) {
65+
for (let i = 0; i < 1000 && errors.length < 10; i++) {
6666
const { s1, s2 } = stringPairGenerator.next();
6767

6868
const actual = compareUtf8Strings(s1, s2);

0 commit comments

Comments
 (0)