Skip to content

Commit bcd3451

Browse files
committed
Trying to avoid travis CI timeouts fro ChromiumHeadless tests
1 parent 711923d commit bcd3451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = function (config) {
2929
logLevel: config.LOG_INFO,
3030
autoWatch: true,
3131
browsers: ['ChromiumHeadless', 'PhantomJS'],
32-
singleRun: false
32+
singleRun: false,
33+
browserNoActivityTimeout: 100000
3334
});
3435
};

0 commit comments

Comments
 (0)