mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 09:25:47 +03:00
Fix sauce maxDuration values
This commit is contained in:
parent
671f68acad
commit
1e60b7abd4
|
@ -51,20 +51,20 @@ if (travis) {
|
|||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Safari Latest/OSX build ' + process.env.TRAVIS_BUILD_NUMBER,
|
||||
idleTimeout: 180,
|
||||
maxDuration: 180000*2
|
||||
maxDuration: 1800*2
|
||||
},{
|
||||
browserName: 'firefox',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc Firefox Latest/Win build ' + process.env.TRAVIS_BUILD_NUMBER,
|
||||
maxDuration: 180000*2
|
||||
maxDuration: 1800*2
|
||||
},{
|
||||
browserName: 'internet explorer',
|
||||
version: '11.0',
|
||||
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
|
||||
build: process.env.TRAVIS_BUILD_NUMBER,
|
||||
name: 'Redoc IE11/Win build ' + process.env.TRAVIS_BUILD_NUMBER,
|
||||
maxDuration: 180000*2
|
||||
maxDuration: 1800*2
|
||||
}];
|
||||
} else {
|
||||
config.directConnect = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user