Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Slightly increase retries count for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <w@kich.dev>
  • Loading branch information
wKich committed Aug 3, 2023
1 parent c286ba6 commit 2777160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
testDir: './tests',
reporter: [['list'], ['html']],
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
retries: process.env.CI ? 5 : 0,
/* Run tests in files in parallel */
fullyParallel: true,

Expand Down

0 comments on commit 2777160

Please sign in to comment.