Skip to content

Commit f4b4177

Browse files
committed
Update all dev dependencies to latest
1 parent 0616f63 commit f4b4177

File tree

3 files changed

+7638
-3009
lines changed

3 files changed

+7638
-3009
lines changed

karma.conf.ci.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = function(config) {
6868

6969
config.set({
7070
basePath: '',
71+
concurrency: 3,
7172
frameworks: ['jasmine'],
7273
files: [
7374
'stackframe.js',
@@ -84,11 +85,11 @@ module.exports = function(config) {
8485
captureTimeout: 240000,
8586
sauceLabs: {
8687
testName: 'stackframe unit tests',
88+
commandTimeout: 600,
89+
idleTimeout: 600,
8790
recordScreenshots: false,
88-
connectOptions: {
89-
port: 5757,
90-
logfile: 'sauce_connect.log'
91-
}
91+
recordVideo: false,
92+
retryLimit: 3
9293
},
9394
customLaunchers: customLaunchers,
9495
browsers: Object.keys(customLaunchers),

0 commit comments

Comments
 (0)