Skip to content

Commit dfdec70

Browse files
authored
Increase test concurrency from 10 to 100
1 parent 3ed353c commit dfdec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applitools.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
apiKey: process.env.APPLITOOLS_API_KEY,
44
serverUrl: 'https://eyes.applitools.com',
55
batchName: 'Storybook React Tutorial',
6-
testConcurrency: 10,
6+
testConcurrency: 100,
77
showLogs: false,
88
browser: [ // See https://applitools.com/tutorials/sdks/storybook/browsers for additional supported browsers and devices.
99
{ width: 1024, height: 768, name: 'chrome' },

0 commit comments

Comments
 (0)