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:
parent
bfbd065e42
commit
dfe751d8d2
@ -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(),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user