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 cd882e8 commit 66d16d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ module.exports = function (config) {
!process.env.TRAVIS_PULL_REQUEST_BRANCH // Catch Travis "PR" builds
? 'unexpected-dom'
: 'unexpected-dom-dev',
// Attempt to fix timeouts on CI:
// https://github.com/karma-runner/karma-browserstack-launcher/pull/168#issuecomment-582373514
timeout: 1800,
},

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

0 comments on commit 66d16d9

Please sign in to comment.