Skip to content

Commit c3298f3

Browse files
committed
fixes
1 parent c7feabc commit c3298f3

3 files changed

Lines changed: 263 additions & 261 deletions

File tree

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = defineConfig({
5151
e2e: {
5252
projectId: "q6gc25", // Cypress Cloud, needed for recording
5353
baseUrl: 'http://localhost',
54-
defaultCommandTimeout: 200000,
54+
defaultCommandTimeout: 15000,
5555
taskTimeout: timeoutMinutes * 60 * 1000 + 10,
5656
downloadsFolder: 'cypress/downloads',
5757
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)