Skip to content

Commit

Permalink
fix: add-mocha-timeout-220000
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Dec 22, 2023
1 parent 2c69062 commit 837becf
Show file tree
Hide file tree
Showing 69 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/@webex/common-evented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/common-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/helper-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/helper-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/http-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-conversation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-dss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-ediscovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-feature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-llm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-locus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-lyra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-mercury/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integratio:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integratio:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-team/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-voicea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/internal-plugin-wdm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/jsdoctrinetest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/media-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn run -T tsc --declaration true --declarationDir ./dist",
"test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
"test:integration:broken": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint 'src/**/*.ts' --fix",
"test:unit:broken": "webex-legacy-tools test --unit --runner mocha",
"deploy:npm": "yarn npm publish"
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-attachment-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-authorization-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser:broken": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-authorization-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-device-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:integration": "webex-legacy-tools test --integration --runner mocha --timeout 220000",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest"
}
Expand Down
Loading

0 comments on commit 837becf

Please sign in to comment.