Skip to content

Commit

Permalink
Decreasing workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ypolishchuk-ledger committed Jun 26, 2024
1 parent 59ae1a1 commit c32a6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config: PlaywrightTestConfig = {
maxFailures: process.env.CI ? 5 : undefined,
reportSlowTests: process.env.CI ? { max: 0, threshold: 60000 } : null,
fullyParallel: true,
workers: "70%", // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
workers: "60%", // NOTE: 'macos-latest' and 'windows-latest' can't run 3 concurrent workers
retries: 0, // We explicitly want to disable retries to be strict about avoiding flaky tests. (see https://github.com/LedgerHQ/ledger-live/pull/4918)
reporter: process.env.CI
? [
Expand Down

0 comments on commit c32a6a5

Please sign in to comment.