Skip to content

Commit

Permalink
Update mocha and timeout (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack authored Mar 26, 2024
1 parent 6dbf5e0 commit 69e04eb
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/addons-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chai-as-promised": "^7.1.1",
"heroku-client": "^3.0.7",
"lolex": "^3.1.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "9.0.13",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand All @@ -53,7 +53,7 @@
"require": [
"./test/init.js"
],
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"lolex": "^3.1.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"mockdate": "^2.0.2",
"netrc-parser": "^3.1.6",
"nock": "^10.0.6",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"reporter": "list",
"recursive": true,
"timeout": 180000
"timeout": 360000
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/certs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"lolex": "^3.1.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand All @@ -55,7 +55,7 @@
],
"reporter": "list",
"recursive": true,
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"chai": "^4.2.0",
"estraverse": "^4.2.0",
"heroku-client": "^3.0.7",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand Down Expand Up @@ -59,7 +59,7 @@
],
"recursive": true,
"reporter": "dot",
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"chai": "^4.2.0",
"globby": "^10.0.2",
"lodash": "^4.17.11",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand Down Expand Up @@ -143,7 +143,7 @@
"watch-extensions": "ts",
"recursive": true,
"reporter": "spec",
"timeout": 180000
"timeout": 360000
},
"oclif": {
"additionalHelpFlags": [
Expand Down
4 changes: 2 additions & 2 deletions packages/container-registry-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cross-env": "^7.0.2",
"depcheck": "^1.4.7",
"lolex": "^3.1.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"mockdate": "^2.0.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
],
"reporter": "list",
"recursive": true,
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"mocha-junit-reporter": "1.18.0",
"nock": "10.0.6",
"nyc": "^15.1.0",
Expand All @@ -51,7 +51,7 @@
"./test/init.js"
],
"recursive": true,
"timeout": 180000
"timeout": 360000
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/orgs-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@oclif/plugin-legacy": "^1.3.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand All @@ -71,7 +71,7 @@
"./test/helpers.js"
],
"recursive": true,
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pg-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.2",
"heroku-client": "^3.0.7",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
Expand Down Expand Up @@ -61,7 +61,7 @@
"require": [
"./test/init.js"
],
"timeout": 180000
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
Expand Down
Loading

0 comments on commit 69e04eb

Please sign in to comment.