Skip to content

Commit c80911d

Browse files
committed
try higher timeout.
1 parent a763e61 commit c80911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/model/mutation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ describe('Mutation', () => {
10121012

10131013
// There are (0! + 7*1! + 21*2! + 35*3! + 35*4! + 21*5! + 7*6! + 7!) * 3 = 41100 cases.
10141014
expect(testCases).to.equal(41100);
1015-
});
1015+
}).timeout(10000);
10161016

10171017
it('overlay by combinations and permutations for array transforms', () => {
10181018
const docs: MutableDocument[] = [

0 commit comments

Comments
 (0)