Skip to content

Commit

Permalink
Try to bump karma's timeouts to see if that helps with the flaky brow…
Browse files Browse the repository at this point in the history
…ser test action
  • Loading branch information
papandreou committed Dec 23, 2020
1 parent e392ce5 commit c77267f
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 @@ -15,8 +15,8 @@ module.exports = function (config) {

browsers: ['ChromeHeadlessNoSandbox', 'ie11'],

browserDisconnectTimeout: '60000',
browserNoActivityTimeout: '60000',
browserDisconnectTimeout: '120000',
browserNoActivityTimeout: '120000',

client: {
mocha: {
Expand Down

0 comments on commit c77267f

Please sign in to comment.