Skip to content

Commit

Permalink
try higher timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas committed Dec 1, 2022
1 parent a763e61 commit c80911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/test/unit/model/mutation.test.ts
Expand Up @@ -1012,7 +1012,7 @@ describe('Mutation', () => {

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

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

0 comments on commit c80911d

Please sign in to comment.