Skip to content

Commit

Permalink
test(client): remove jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jun 4, 2019
1 parent 24a4b03 commit e7c8dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/Progress.test.js
Expand Up @@ -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 = [];
Expand Down

0 comments on commit e7c8dfa

Please sign in to comment.