File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- module . exports = function ( config ) {
1
+ module . exports = function ( config ) {
2
2
if ( ! process . env . SAUCE_USERNAME || ! process . env . SAUCE_ACCESS_KEY ) {
3
3
console . log ( 'Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.' ) ;
4
4
process . exit ( 1 ) ;
@@ -112,10 +112,10 @@ module.exports = function (config) {
112
112
colors : false ,
113
113
logLevel : config . LOG_INFO ,
114
114
autoWatch : false ,
115
- browserDisconnectTimeout : 10000 ,
116
- browserDisconnectTolerance : 1 ,
117
- browserNoActivityTimeout : 240000 ,
118
- captureTimeout : 240000 ,
115
+ browserDisconnectTimeout : 10000 ,
116
+ browserDisconnectTolerance : 1 ,
117
+ browserNoActivityTimeout : 240000 ,
118
+ captureTimeout : 240000 ,
119
119
sauceLabs : {
120
120
testName : 'stackframe unit tests' ,
121
121
recordScreenshots : false ,
You can’t perform that action at this time.
0 commit comments