Skip to content

Commit

Permalink
updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitPinchuk committed Apr 16, 2024
1 parent 894a71e commit 4190305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export default defineConfig<PluginOptions>({
fullyParallel: true,

/**
* Retry on CI only.
* Number of retry.
*/
retries: 2,
retries: 6,

/**
* Opt out of parallel tests on CI.
* Number of workers.
*/
workers: 1,

Expand Down

0 comments on commit 4190305

Please sign in to comment.