We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7232a8d commit c9873e0Copy full SHA for c9873e0
1 file changed
karma.conf.js
@@ -110,8 +110,12 @@ module.exports = function (config) {
110
build: 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')',
111
connectOptions: {
112
connectRetries: 1,
113
- doctor: true
+ doctor: true,
114
+ verbose: true
115
},
116
+ commandTimeout: 600,
117
+ idleTimeout: 180,
118
+ maxDuration: 3600,
119
public: 'public',
120
recordScreenshots: false,
121
recordVideo: false,
0 commit comments