Skip to content

Commit

Permalink
Set retries to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Dec 15, 2021
1 parent f62631e commit 4656920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
video: 'retain-on-failure'
},
// Try one retry as some tests are flaky
retries: 0,
retries: 1,
workers: 2
},
{
Expand All @@ -25,7 +25,7 @@ module.exports = {
video: 'retain-on-failure'
},
// Try one retry as some tests are flaky
retries: 0,
retries: 1,
workers: 2
}
],
Expand Down

0 comments on commit 4656920

Please sign in to comment.