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 1e28da8 commit bc07226Copy full SHA for bc07226
1 file changed
karma.conf.js
@@ -43,7 +43,7 @@ module.exports = function(config) {
43
logLevel: config.LOG_INFO,
44
autoWatch: !isCI,
45
browsers: isCI ? ["Firefox"] : ["Chrome", "Safari", "Firefox"],
46
- captureTimeout: 5000,
+ captureTimeout: 30000,
47
singleRun: true
48
});
49
};
0 commit comments