Skip to content

Commit

Permalink
Update Karma timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Sep 1, 2023
1 parent 7b36e7f commit d08a761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karma.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ module.exports = function (config) {
autoWatch: false,
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['ChromeHeadless', 'FirefoxHeadless'],
browserNoActivityTimeout: 60000,
browserDisconnectTimeout: 60000,
// if true, Karma captures browsers, runs the tests and exits
singleRun: true,
client: {
Expand Down

0 comments on commit d08a761

Please sign in to comment.