Increased timeouts

This commit is contained in:
Roman Hotsiy 2016-01-17 19:34:16 +02:00
parent cf4eabd9cb
commit cefe889539

View File

@ -20,6 +20,7 @@ let config = {
}, },
//directConnect: true, //directConnect: true,
useAllAngular2AppRoots: true, useAllAngular2AppRoots: true,
allScriptsTimeout: 120000,
jasmineNodeOpts: { jasmineNodeOpts: {
showTiming: true, showTiming: true,
showColors: true, showColors: true,
@ -47,7 +48,8 @@ if (travis) {
version: '9.0', version: '9.0',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
build: process.env.TRAVIS_BUILD_NUMBER, build: process.env.TRAVIS_BUILD_NUMBER,
name: 'Redoc Safari Latest/OSX build ' + process.env.TRAVIS_BUILD_NUMBER name: 'Redoc Safari Latest/OSX build ' + process.env.TRAVIS_BUILD_NUMBER,
idleTimeout: 180
},{ },{
browserName: 'firefox', browserName: 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER, 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,