Skip to content

Commit

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

0 comments on commit 9809c10

Please sign in to comment.