Skip to content

Commit

Permalink
chore: run LambdaTest tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 7, 2024
1 parent badf5fc commit 6e8b65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = function (config) {
browserDisconnectTolerance: 1,
browserNoActivityTimeout: 90000,

concurrency: 1,
concurrency: Infinity,
logLevel: config.LOG_DEBUG,

browsers: Object.keys(customLaunchers),
Expand Down

0 comments on commit 6e8b65f

Please sign in to comment.