Retry if sauce connect fails

This commit is contained in:
Tim Schaub
2017-11-11 10:54:13 -07:00
parent 54c69ae1c6
commit a2c5ce6925

View File

@@ -108,7 +108,8 @@ module.exports = function(karma) {
username: 'openlayers',
accessKey: process.env.SAUCE_ACCESS_KEY,
connectOptions: {
noSslBumpDomains: 'all'
noSslBumpDomains: 'all',
connectRetries: 5
}
},
hostname: 'travis.dev',