Skip to content

Commit 9d2e610

Browse files
committed
chore: Run tests only on Chrome
1 parent 1ebf7c2 commit 9d2e610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karma.conf.saucelabs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var browsers = {
66
browserName: 'chrome',
77
platform: 'Windows 10',
88
version: '50.0'
9-
},
9+
}/*,
1010
sl_firefox: {
1111
base: 'SauceLabs',
1212
browserName: 'firefox',
@@ -24,15 +24,15 @@ var browsers = {
2424
browserName: 'MicrosoftEdge',
2525
platform: 'Windows 10',
2626
version: '13.10586'
27-
}
27+
}*/
2828
}
2929

3030
module.exports = function (config) {
3131
karmaBaseConf.plugins.push(require('karma-sauce-launcher'))
3232
karmaBaseConf.reporters.push('saucelabs')
3333
karmaBaseConf.logLevel = config.LOG_DEBUG
3434
karmaBaseConf.customLaunchers = browsers
35-
karmaBaseConf.captureTimeout = 120000
35+
karmaBaseConf.captureTimeout = 200000
3636
karmaBaseConf.browserDisconnectTolerance = 3
3737
karmaBaseConf.concurrency = 5
3838
karmaBaseConf.browsers = Object.keys(browsers)

0 commit comments

Comments
 (0)