stretch out the browser-start timeout, Jenkins seems to be really slow from time to time

This commit is contained in:
spalger 2015-07-28 17:24:45 -07:00
parent 2152bf0abc
commit d05d6a7f32

View file

@ -7,6 +7,7 @@ module.exports = function (config) {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
captureTimeout: 30000,
browserNoActivityTimeout: 120000,
// frameworks to use