Skip to content

Commit

Permalink
fix(jasmine): increase default timeout interval
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Jan 10, 2024
1 parent 7305464 commit 3641401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3641401

Please sign in to comment.