Skip to content

Commit

Permalink
chore: reduce concurrency in mem tooling in ci test in chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra authored and Westbrook Johnson committed Apr 30, 2024
1 parent 04e3fc6 commit 377e5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-test-runner.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import fg from 'fast-glob';

export const chromium = playwrightLauncher({
product: 'chromium',
concurrency: 1,
createBrowserContext: ({ browser }) =>
browser.newContext({
ignoreHTTPSErrors: true,
Expand All @@ -26,7 +27,6 @@ export const chromium = playwrightLauncher({

export const chromiumWithMemoryTooling = playwrightLauncher({
product: 'chromium',
concurrency: 1,
createBrowserContext: ({ browser }) =>
browser.newContext({
ignoreHTTPSErrors: true,
Expand Down

0 comments on commit 377e5ca

Please sign in to comment.