Skip to content

Commit 04f66a3

Browse files
committed
augment timeout durations
1 parent 6d24f2e commit 04f66a3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,12 @@ module.exports = function (config) {
110110
build: 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')',
111111
connectOptions: {
112112
connectRetries: 1,
113-
doctor: true
113+
doctor: true,
114+
verbose: true
114115
},
116+
commandTimeout: 600,
117+
idleTimeout: 180,
118+
maxDuration: 3600,
115119
public: 'public',
116120
recordScreenshots: false,
117121
recordVideo: false,

0 commit comments

Comments
 (0)