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 b4c85dd commit be7bec4Copy full SHA for be7bec4
packages/firestore/test/unit/util/misc.test.ts
@@ -62,7 +62,7 @@ describe('CompareUtf8Strings', () => {
62
const stringGenerator = new StringGenerator(new Random(seed), 0.33, 20);
63
const stringPairGenerator = new StringPairGenerator(stringGenerator);
64
65
- for (let i = 0; i < 10000 && errors.length < 10; i++) {
+ for (let i = 0; i < 1000 && errors.length < 10; i++) {
66
const { s1, s2 } = stringPairGenerator.next();
67
68
const actual = compareUtf8Strings(s1, s2);
0 commit comments