Skip to content

Commit

Permalink
Enable test retires on CI (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 30, 2024
1 parent bd6e3b1 commit ba6daab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/playwright.config.js
Expand Up @@ -11,4 +11,5 @@ module.exports = {
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
},
retries: process.env.CI ? 1 : 0
};

0 comments on commit ba6daab

Please sign in to comment.