Skip to content

Commit

Permalink
bump timeout & add retries
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Oct 30, 2023
1 parent b56c0ba commit 8f9f344
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ export default defineConfig({
videoCompression: false,
videosFolder: 'cypress/videos',
viewportHeight: 900,
retries: {
// `yarn test:cypress`
runMode: 2,
// `yarn test:cypress:interactive
openMode: 0
},
// these two below are for a11y tests in chromium
numTestsKeptInMemory: 25,
experimentalMemoryManagement: true,

pageLoadTimeout: 120000,

component: {
devServer: {
framework: 'next',
Expand Down

0 comments on commit 8f9f344

Please sign in to comment.