We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89601e5 commit 5cf7f19Copy full SHA for 5cf7f19
1 file changed
karma.conf.js
@@ -55,7 +55,7 @@ module.exports = function(config) {
55
56
// enable / disable watching file and executing tests whenever any file changes
57
autoWatch: false,
58
-
+
59
browserStack: {
60
username: process.env.BROWSERSTACK_USERNAME,
61
accessKey: process.env.BROWSERSTACK_KEY
@@ -78,6 +78,11 @@ module.exports = function(config) {
78
}
79
},
80
81
+ captureTimeout: 3e5,
82
+ browserDisconnectTolerance: 0,
83
+ browserDisconnectTimeout: 3e5,
84
+ browserSocketTimeout: 1.2e5,
85
86
browsers: ['bs_firefox_mac', 'bs_iphone5'],
87
// start these browsers
88
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
0 commit comments