We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a40c39 commit 178be39Copy full SHA for 178be39
apps/cowswap-frontend-e2e/cypress.config.ts
@@ -30,7 +30,7 @@ export default defineConfig({
30
supportFile: 'src/support/index.ts',
31
video: false,
32
screenshotOnRunFailure: false,
33
- defaultCommandTimeout: 15_000,
34
- pageLoadTimeout: 30_000, // default: 60s
+ defaultCommandTimeout: 5_000,
+ pageLoadTimeout: 15_000,
35
},
36
})
0 commit comments