Attempt to fix random PhantomJS DISCONNECTED errors on Travis
This commit is contained in:
parent
bba39b3eba
commit
196040b795
@ -63,6 +63,11 @@ module.exports = function (config) {
|
||||
// If browser does not capture in given timeout [ms], kill it
|
||||
captureTimeout: 5000,
|
||||
|
||||
// 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
|
||||
singleRun: true
|
||||
|
Loading…
Reference in New Issue
Block a user