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
'use strict' ;
3
3
if ( ! process . env . SAUCE_USERNAME || ! process . env . SAUCE_ACCESS_KEY ) {
4
4
console . log ( 'Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.' ) ;
@@ -116,10 +116,10 @@ module.exports = function (config) {
116
116
colors : true ,
117
117
logLevel : config . LOG_INFO ,
118
118
autoWatch : true ,
119
- browserDisconnectTimeout : 10000 ,
120
- browserDisconnectTolerance : 1 ,
121
- browserNoActivityTimeout : 240000 ,
122
- captureTimeout : 240000 ,
119
+ browserDisconnectTimeout : 10000 ,
120
+ browserDisconnectTolerance : 1 ,
121
+ browserNoActivityTimeout : 240000 ,
122
+ captureTimeout : 240000 ,
123
123
sauceLabs : {
124
124
testName : 'stacktrace.js unit tests' ,
125
125
recordScreenshots : false ,
You can’t perform that action at this time.
0 commit comments