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 a763e61 commit c80911dCopy full SHA for c80911d
packages/firestore/test/unit/model/mutation.test.ts
@@ -1012,7 +1012,7 @@ describe('Mutation', () => {
1012
1013
// There are (0! + 7*1! + 21*2! + 35*3! + 35*4! + 21*5! + 7*6! + 7!) * 3 = 41100 cases.
1014
expect(testCases).to.equal(41100);
1015
- });
+ }).timeout(10000);
1016
1017
it('overlay by combinations and permutations for array transforms', () => {
1018
const docs: MutableDocument[] = [
0 commit comments