Skip to content

Commit e22906a

Browse files
committed
fix: up the timeout time of cypress
1 parent b7d31dd commit e22906a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = defineConfig({
66
baseUrl: 'http://localhost:1337',
77
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
88
video: false,
9-
defaultCommandTimeout: 10000,
10-
requestTimeout: 10000,
9+
defaultCommandTimeout: 20000,
10+
requestTimeout: 20000,
1111
setupNodeEvents(on, config) {
1212
// implement node event listeners here.
1313
// eslint-disable-next-line global-require

0 commit comments

Comments
 (0)