Skip to content

Commit b11f994

Browse files
author
Andrea Barbasso
committed
[DSC-2193] increase cypress timeouts
1 parent 435a02f commit b11f994

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ export default defineConfig({
6161
'cypress/e2e/search-page.cy.ts',
6262
]
6363
},
64-
defaultCommandTimeout: 10000,
65-
requestTimeout: 20000,
64+
defaultCommandTimeout: 15000,
65+
requestTimeout: 30000,
6666
});

0 commit comments

Comments
 (0)