Skip to content

Commit

Permalink
fix: increase test timeout (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Dec 30, 2019
1 parent 1445286 commit b94c367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test/index.ts
Expand Up @@ -1073,7 +1073,7 @@ describe('getAll() method', () => {
expect(actualErrorAttempts).to.deep.eq(expectedErrorAttempts);
});
});
});
}).timeout(5000);

it('requires at least one argument', () => {
return createInstance().then(firestore => {
Expand Down

0 comments on commit b94c367

Please sign in to comment.