Skip to content

Commit

Permalink
ci(BrowserStack): increase timeout to avoid failures (#12786)
Browse files Browse the repository at this point in the history
relates to #12578
  • Loading branch information
vicb committed Nov 10, 2016
1 parent 19e869e commit f224ca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ module.exports = function(config) {
project: 'Angular2',
startTunnel: false,
retryLimit: 3,
timeout: 600,
timeout: 1800,
pollingTimeout: 10000,
},

browsers: ['Chrome'],

port: 9876,
captureTimeout: 60000,
browserDisconnectTimeout: 60000,
captureTimeout: 180000,
browserDisconnectTimeout: 180000,
browserDisconnectTolerance: 3,
browserNoActivityTimeout: 60000,
browserNoActivityTimeout: 300000,
});

if (process.env.TRAVIS) {
Expand Down

0 comments on commit f224ca1

Please sign in to comment.