Skip to content

Commit

Permalink
feat(PPDSC-2249): drop concurrency limit for components (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Spencer authored Jul 4, 2022
1 parent 2be919b commit 43d5612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applitools.components.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{width: 1024, height: 768, name: 'chrome'},
{width: 1024, height: 768, name: 'safari'},
],
concurrency: 100,
concurrency: 20,
viewportSize: {width: 1027, height: 768},
dontCloseBatches: true,
};

0 comments on commit 43d5612

Please sign in to comment.