From b94c367e9655f8a6a3553610ebc655877be502ec Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 31 Dec 2019 07:47:34 +0800 Subject: [PATCH] fix: increase test timeout (#846) --- dev/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test/index.ts b/dev/test/index.ts index bffc04e7a..7cd355631 100644 --- a/dev/test/index.ts +++ b/dev/test/index.ts @@ -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 => {