Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 2, 2023
1 parent 3632d2f commit bfe877c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ module.exports = (config) => {
basePath: '',
singleRun: true,
browsers: config.browsers && config.browsers.length > 0 ? config.browsers : Object.keys(customLaunchers),
browserDisconnectTimeout: 30 * 1000,
browserDisconnectTimeout: 100 * 1000,
browserDisconnectTolerance: 1,
browserNoActivityTimeout: 5 * 60 * 1000,
browserNoActivityTimeout: 20 * 60 * 1000,
customLaunchers,
middleware: ['static'],
static: {
Expand Down

0 comments on commit bfe877c

Please sign in to comment.