From 1fcd24e34e11a0582e0d8d26ca5f582e21dac759 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 30 Dec 2019 14:03:50 -0800 Subject: [PATCH] fix: increase test timeout --- 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 => {