Skip to content

Commit c79105a

Browse files
committed
test: updating SL configuration
1 parent 0530faa commit c79105a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

karma.sl.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports = (config) => {
88
sauceLabs: {
99
testName: 'api-endpoint-documentation',
1010
},
11-
// client: {
12-
// mocha: {
13-
// timeout : 6000
14-
// }
15-
// }
11+
client: {
12+
mocha: {
13+
timeout : 15000
14+
}
15+
}
1616
});
1717
// if you want to change default browsers
1818
slConfig.browsers = [
@@ -22,7 +22,7 @@ module.exports = (config) => {
2222
'SL_Firefox-1',
2323
'SL_Safari',
2424
'SL_Safari-1',
25-
// 'SL_EDGE'
25+
'SL_EDGE'
2626
];
2727
config.set(merge(createBaseConfig(config), slConfig));
2828
return config;

0 commit comments

Comments
 (0)