Skip to content

Commit

Permalink
Set browserStack timeout in an attempt to fix failing CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 25, 2021
1 parent 2c162e8 commit d9e7ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions karma.conf.js
Expand Up @@ -18,6 +18,12 @@ module.exports = function (config) {
},
},

browserStack: {
// Attempt to fix timeouts on CI:
// https://github.com/karma-runner/karma-browserstack-launcher/pull/168#issuecomment-582373514
timeout: 1800,
},

browsers: ['ChromeHeadless', 'ie11'],

customLaunchers: {
Expand Down

0 comments on commit d9e7ee2

Please sign in to comment.