Skip to content

Commit 7da92fc

Browse files
committed
test(client): remove jest timeout
1 parent 57b97e6 commit 7da92fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/Progress.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ describe('client progress', () => {
3636
});
3737

3838
describe('on browser client', () => {
39-
jest.setTimeout(30000);
40-
4139
it('should console.log progress', (done) => {
4240
runBrowser().then(({ page, browser }) => {
4341
const res = [];

0 commit comments

Comments
 (0)