Skip to content

Commit af0fb7a

Browse files
committed
Increase cypress timeout
1 parent 5e5e270 commit af0fb7a

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
@@ -29,5 +29,6 @@ export default defineConfig({
2929
baseUrl: 'http://localhost:8080',
3030
specPattern: 'e2e/**/*.cy.{js,jsx,ts,tsx}',
3131
supportFile: 'support/index.js',
32+
defaultCommandTimeout: 10000,
3233
},
3334
});

0 commit comments

Comments
 (0)