fix: karma timouts for saucelabs
This commit is contained in:
parent
cd52318f48
commit
bb8976608d
|
@ -84,7 +84,11 @@ module.exports = function(config) {
|
||||||
|
|
||||||
browsers: ['Chrome'],
|
browsers: ['Chrome'],
|
||||||
|
|
||||||
port: 9876
|
port: 9876,
|
||||||
|
captureTimeout: 60000,
|
||||||
|
browserDisconnectTimeout : 60000,
|
||||||
|
browserDisconnectTolerance : 3,
|
||||||
|
browserNoActivityTimeout : 60000,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
|
|
Loading…
Reference in New Issue