Skip to content

Commit

Permalink
Set retries
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 5, 2024
1 parent 4e2c796 commit a9a5f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
timeout: 120 * 1000,
reuseExistingServer: false
},
retries: 0,
retries: 1,
use: {
...baseConfig.use,
trace: 'on-first-retry'
Expand Down

0 comments on commit a9a5f07

Please sign in to comment.