Skip to content

Commit 40e9124

Browse files
committed
Increase cypress timeout
1 parent f16ec09 commit 40e9124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/cypress.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ export default defineConfig({
3030
specPattern: 'e2e/**/*.cy.{js,jsx,ts,tsx}',
3131
supportFile: 'support/index.js',
3232
},
33+
defaultCommandTimeout: 10000,
3334
});

0 commit comments

Comments
 (0)