There was an error while loading. Please reload this page.
1 parent c7feabc commit c3298f3Copy full SHA for c3298f3
3 files changed
cypress.config.js
@@ -51,7 +51,7 @@ module.exports = defineConfig({
51
e2e: {
52
projectId: "q6gc25", // Cypress Cloud, needed for recording
53
baseUrl: 'http://localhost',
54
- defaultCommandTimeout: 200000,
+ defaultCommandTimeout: 15000,
55
taskTimeout: timeoutMinutes * 60 * 1000 + 10,
56
downloadsFolder: 'cypress/downloads',
57
setupNodeEvents(on, config) {
0 commit comments