Skip to content

Commit 83cf8ed

Browse files
committed
fix: up the cypress timeout time
1 parent f0d9ab3 commit 83cf8ed

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: true,
9-
defaultCommandTimeout: 20000,
10-
requestTimeout: 20000,
9+
defaultCommandTimeout: 30000,
10+
requestTimeout: 30000,
1111
setupNodeEvents(on, config) {
1212
// implement node event listeners here.
1313
// eslint-disable-next-line global-require

0 commit comments

Comments
 (0)