Skip to content

Commit

Permalink
Extended disconnect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Nov 28, 2024
1 parent 0659535 commit 6a3fe88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/planner/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = function (config) {
},
singleRun: false,
restartOnFileChange: true,
browserDisconnectTimeout : 10000,
browserNoActivityTimeout: 10000,
});
};

0 comments on commit 6a3fe88

Please sign in to comment.