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 = [];