Skip to content

Commit

Permalink
Fix the browser tests by extending the browserDisconnectTimeout (#1468)
Browse files Browse the repository at this point in the history
Extend karma browserDisconnectTimeout to fix browser disconnecting error during test:browser
  • Loading branch information
sequba authored Dec 4, 2024
1 parent fa06221 commit bf325c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/karma/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ module.exports.create = function(config) {
// how many browser should be started simultaneous
concurrency: Infinity,

// Extending timeout fixes https://github.com/handsontable/hyperformula/issues/1430
browserDisconnectTimeout : 60000,

// Webpack's configuration for Karma
webpack: (function() {
// Take the second config from an array - full HF build.
Expand Down

0 comments on commit bf325c3

Please sign in to comment.