Skip to content

Commit f2c7e29

Browse files
committed
update concurrency to 5 for android browserStack tests
1 parent adbedfe commit f2c7e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module.exports = function(config) {
145145
browserNoActivityTimeout: 240000,
146146
browserDisconnectTimeout: 120000,
147147
browserDisconnectTolerance: 5,
148-
concurrency: 2,
148+
concurrency: 5,
149149
retryLimit: 2,
150150
});
151151
};

0 commit comments

Comments
 (0)