Skip to content

Commit

Permalink
Revert "update puppeteer"
Browse files Browse the repository at this point in the history
This reverts commit 8280234.
  • Loading branch information
kaloster committed Sep 4, 2024
1 parent 8280234 commit 50270c1
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 67 deletions.
2 changes: 1 addition & 1 deletion client/__tests__/e2e/puppeteer.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as ENV_DEFAULT from "../../../environment.default.json";
// Since when debugging, we run slowMo and !headless, this means
// a test can take more time to finish, so we don't want
// jest to shut off the test too soon
jest.setTimeout(3 * 60 * 1000);
jest.setTimeout(2 * 60 * 1000);
setDefaultOptions({ timeout: 60 * 1000 });

jest.retryTimes(ENV_DEFAULT.RETRY_ATTEMPTS);
Expand Down
195 changes: 131 additions & 64 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"lodash.zip": "^4.2.0",
"mini-css-extract-plugin": "^1.5.0",
"prettier": "^2.0.5",
"puppeteer": "^13.7.0",
"puppeteer": "^10.4.0",
"rimraf": "^3.0.2",
"serve-favicon": "^2.5.0",
"terser-webpack-plugin": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion environment.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"DEBUG": "debug",
"DEV": "dev",
"JEST_ENV": "prod",
"RETRY_ATTEMPTS": 3
"RETRY_ATTEMPTS": 2
}

0 comments on commit 50270c1

Please sign in to comment.