Skip to content

Commit

Permalink
More workers
Browse files Browse the repository at this point in the history
  • Loading branch information
z-x committed Oct 9, 2023
1 parent 230cf00 commit 8ee1765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/next/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
/* Retry on CI only */
retries: process.env.CI ? 1 : 0,
workers: 6,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
Expand Down

0 comments on commit 8ee1765

Please sign in to comment.