test: increase retries times to 3 (#1763)

This commit is contained in:
Himself65
2023-03-30 21:00:19 -05:00
committed by GitHub
parent c55d61a641
commit bd67554f5e
3 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ const config: PlaywrightTestConfig = {
},
forbidOnly: !!process.env.CI,
workers: 4,
retries: 1,
retries: 3,
// 'github' for GitHub Actions CI to generate annotations, plus a concise 'dot'
// default 'list' when running locally
// See https://playwright.dev/docs/test-reporters#github-actions-annotations