Skip to content

Commit

Permalink
fix: up the cypress timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Dec 30, 2024
1 parent f0d9ab3 commit 83cf8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:1337',
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
video: true,
defaultCommandTimeout: 20000,
requestTimeout: 20000,
defaultCommandTimeout: 30000,
requestTimeout: 30000,
setupNodeEvents(on, config) {
// implement node event listeners here.
// eslint-disable-next-line global-require
Expand Down

0 comments on commit 83cf8ed

Please sign in to comment.