Skip to content

Commit

Permalink
Increase cypress timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed May 20, 2024
1 parent 7cb1c56 commit e0ccc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:9000',
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
},
pageLoadTimeout: 100000,
pageLoadTimeout: 300000,
})

0 comments on commit e0ccc94

Please sign in to comment.