Skip to content

Commit

Permalink
back to test timeout longer
Browse files Browse the repository at this point in the history
  • Loading branch information
rainandbare committed Sep 10, 2024
1 parent 9b2f5a3 commit c9ed023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ const launchConfig = LAUNCH_CONFIG_BY_ENV[jestEnv] || DEFAULT_LAUNCH_CONFIG;
module.exports = {
browserContext: "incognito",
launch: launchConfig,
testTimeout: 100000,
};
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"jest-circus": "^27.0.6",
"jest-environment-puppeteer": "^5.0.1",
"jest-fetch-mock": "^3.0.3",
"jest-puppeteer": "^9.0.1",
"jest-puppeteer": "^6.2.0",
"json-loader": "^0.5.7",
"lint-staged": "^10.2.11",
"lodash": "^4.17.21",
Expand All @@ -135,7 +135,7 @@
"lodash.zip": "^4.2.0",
"mini-css-extract-plugin": "^1.5.0",
"prettier": "^2.0.5",
"puppeteer": "^21.11.0",
"puppeteer": "^10.4.0",
"rimraf": "^3.0.2",
"serve-favicon": "^2.5.0",
"terser-webpack-plugin": "^5.1.1",
Expand Down

0 comments on commit c9ed023

Please sign in to comment.