Skip to content

Commit

Permalink
chore: config integration tests to retry on failure (#6565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Sep 28, 2023
1 parent a866624 commit 7223786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wtr-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ const createIntegrationTestsConfig = (config) => {
config: {
ui: 'bdd',
timeout: '10000',
retries: process.env.GITHUB_REF ? 2 : 0,
},
},
groups: [
Expand Down

0 comments on commit 7223786

Please sign in to comment.