File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var browsers = {
6
6
browserName : 'chrome' ,
7
7
platform : 'Windows 10' ,
8
8
version : '50.0'
9
- } ,
9
+ } /* ,
10
10
sl_firefox: {
11
11
base: 'SauceLabs',
12
12
browserName: 'firefox',
@@ -24,15 +24,15 @@ var browsers = {
24
24
browserName: 'MicrosoftEdge',
25
25
platform: 'Windows 10',
26
26
version: '13.10586'
27
- }
27
+ }*/
28
28
}
29
29
30
30
module . exports = function ( config ) {
31
31
karmaBaseConf . plugins . push ( require ( 'karma-sauce-launcher' ) )
32
32
karmaBaseConf . reporters . push ( 'saucelabs' )
33
33
karmaBaseConf . logLevel = config . LOG_DEBUG
34
34
karmaBaseConf . customLaunchers = browsers
35
- karmaBaseConf . captureTimeout = 120000
35
+ karmaBaseConf . captureTimeout = 200000
36
36
karmaBaseConf . browserDisconnectTolerance = 3
37
37
karmaBaseConf . concurrency = 5
38
38
karmaBaseConf . browsers = Object . keys ( browsers )
You can’t perform that action at this time.
0 commit comments