mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-12 17:22:29 +03:00
Increased timeouts
This commit is contained in:
parent
cf4eabd9cb
commit
cefe889539
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user