Skip to content

Commit 7736416

Browse files
authored
test(client-cognito-identity): increase process kill timeout to 5000ms (#4839)
1 parent 1cb4847 commit 7736416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/client-cognito-identity/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = function (config) {
55
basePath: "",
66
frameworks: ["mocha", "chai"],
77
files: ["test/e2e/**/*.ispec.ts"],
8+
processKillTimeout: 5000,
89
preprocessors: {
910
"test/e2e/**/*.ispec.ts": ["webpack", "sourcemap", "credentials", "env"],
1011
},

0 commit comments

Comments
 (0)