fix: up the cypress timeout time

pull/166/head
Boaz Poolman 2024-12-30 19:59:39 +00:00
parent f0d9ab32bb
commit 83cf8ed165
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: true,
defaultCommandTimeout: 20000,
requestTimeout: 20000,
defaultCommandTimeout: 30000,
requestTimeout: 30000,
setupNodeEvents(on, config) {
// implement node event listeners here.
// eslint-disable-next-line global-require