Attempt to fix random PhantomJS DISCONNECTED errors on Travis

This commit is contained in:
Yohan Boniface 2015-03-07 12:45:41 +01:00
parent bba39b3eba
commit 196040b795

View File

@ -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