Skip to content

Commit

Permalink
Merge pull request #1035 from ministryofjustice/CHORE/reinstate-minim…
Browse files Browse the repository at this point in the history
…um-e2e-retries

Reinstate 1 retry for e2e tests
  • Loading branch information
froddd authored Aug 7, 2024
2 parents 9bf2f56 + 9fa868e commit 34b790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ export default defineConfig({
supportFile: false,
},
numTestsKeptInMemory: 0,
retries: 0,
retries: 1,
})

0 comments on commit 34b790a

Please sign in to comment.