diff --git a/karma.conf.js b/karma.conf.js index 3e7d46a1..318c3b24 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -27,6 +27,7 @@ module.exports = function (config) { // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html // for example, you can disable the random execution with `random: false` // or set a specific seed with `seed: 4321` + timeoutInterval: 10000, }, clearContext: false, // leave Jasmine Spec Runner output visible in browser captureConsole: true, // Capture errors in the console