Skip to content

Commit

Permalink
test(client-cognito-identity): increase process kill timeout to 5000ms (
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 14, 2023
1 parent 1cb4847 commit 7736416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-cognito-identity/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = function (config) {
basePath: "",
frameworks: ["mocha", "chai"],
files: ["test/e2e/**/*.ispec.ts"],
processKillTimeout: 5000,
preprocessors: {
"test/e2e/**/*.ispec.ts": ["webpack", "sourcemap", "credentials", "env"],
},
Expand Down

0 comments on commit 7736416

Please sign in to comment.