Remove browserNoActivityTimeout from karma config
This commit is contained in:
parent
196040b795
commit
00b97f3b01
@ -66,7 +66,6 @@ module.exports = function (config) {
|
||||
// Workaround for PhantomJS random DISCONNECTED error
|
||||
browserDisconnectTimeout: 10000, // default 2000
|
||||
browserDisconnectTolerance: 1, // default 0
|
||||
browserNoActivityTimeout: 60000, //default 10000
|
||||
|
||||
// Continuous Integration mode
|
||||
// if true, it capture browsers, run tests and exit
|
||||
|
Loading…
Reference in New Issue
Block a user