mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix timeout demo shell test
This commit is contained in:
@@ -25,9 +25,10 @@ module.exports = function (config) {
|
|||||||
fixWebpackSourcePaths: true
|
fixWebpackSourcePaths: true
|
||||||
},
|
},
|
||||||
|
|
||||||
browserDisconnectTimeout: 200000,
|
captureTimeout: 180000,
|
||||||
browserNoActivityTimeout: 2400000,
|
browserDisconnectTimeout: 180000,
|
||||||
captureTimeout: 1200000,
|
browserDisconnectTolerance: 3,
|
||||||
|
browserNoActivityTimeout: 300000,
|
||||||
|
|
||||||
reporters: config.angularCli && config.angularCli.codeCoverage
|
reporters: config.angularCli && config.angularCli.codeCoverage
|
||||||
? ['progress', 'coverage-istanbul']
|
? ['progress', 'coverage-istanbul']
|
||||||
|
Reference in New Issue
Block a user