fix: up the timeout time of cypress

pull/166/head
Boaz Poolman 2024-12-30 15:10:14 +00:00
parent b7d31ddb0c
commit e22906afa4
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:1337',
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
video: false,
defaultCommandTimeout: 10000,
requestTimeout: 10000,
defaultCommandTimeout: 20000,
requestTimeout: 20000,
setupNodeEvents(on, config) {
// implement node event listeners here.
// eslint-disable-next-line global-require