Skip to content

Commit

Permalink
Adjust disconnect values for functional Karma tests (#4458)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Apr 15, 2024
1 parent 403f155 commit e28a604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/config/karma.functional.conf.cjs
Expand Up @@ -125,6 +125,8 @@ module.exports = function (config) {
autoWatch: false,

browserNoActivityTimeout: 180000,
browserDisconnectTimeout: 10000,
browserDisconnectTolerance: 3,

// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
Expand Down

0 comments on commit e28a604

Please sign in to comment.