1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-13 10:32:26 +02:00

Increased BrowserStack polling to help with rate limit errors

closes #2497
This commit is contained in:
jforbes 2015-08-20 20:03:00 -04:00 committed by heff
parent bfbd065e42
commit dfe751d8d2

View File

@ -63,7 +63,8 @@ module.exports = function(config) {
browserNoActivityTimeout: 60000,
browserStack: {
name: process.env.TRAVIS_BUILD_NUMBER + process.env.TRAVIS_BRANCH
name: process.env.TRAVIS_BUILD_NUMBER + process.env.TRAVIS_BRANCH,
pollingTimeout: 10000
},
customLaunchers: getCustomLaunchers(),