We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953319b commit 6815818Copy full SHA for 6815818
karma.conf.js
@@ -3,6 +3,8 @@ var webpack = require('webpack');
3
module.exports = function (config) {
4
config.set({
5
6
+ browserNoActivityTimeout: 30000,
7
+
8
browsers: [ process.env.CONTINUOUS_INTEGRATION ? 'Firefox' : 'Chrome' ],
9
10
singleRun: process.env.CONTINUOUS_INTEGRATION === 'true',
0 commit comments