From e7c8dfa05814af84b9020205f8416f9265426a21 Mon Sep 17 00:00:00 2001 From: Kirill Nagaitsev Date: Tue, 4 Jun 2019 14:26:04 -0500 Subject: [PATCH] test(client): remove jest timeout --- test/e2e/Progress.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/Progress.test.js b/test/e2e/Progress.test.js index dd5aad9ad9..a37097b038 100644 --- a/test/e2e/Progress.test.js +++ b/test/e2e/Progress.test.js @@ -36,8 +36,6 @@ describe('client progress', () => { }); describe('on browser client', () => { - jest.setTimeout(30000); - it('should console.log progress', (done) => { runBrowser().then(({ page, browser }) => { const res = [];