Skip to content

Commit 4fed8db

Browse files
committed
chore: updated concurrency for BrowserStack test on mobile devices
1 parent 604203c commit 4fed8db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/cross-browser-testing/browserstack.karma.mobile.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,8 @@ module.exports = function(config) {
212212
outputDir: 'reports/',
213213
outputFile: 'test-karma-mobile.xml',
214214
},
215-
browserDisconnectTimeout: 180000,
215+
browserDisconnectTimeout: 50000,
216216
browserDisconnectTolerance: 5,
217-
concurrency: 1,
218-
captureTimeout: 180000,
219-
browserNoActivityTimeout: 180000,
217+
concurrency: 5,
220218
});
221219
};

0 commit comments

Comments
 (0)