fix: up the cypress timeout time
parent
f0d9ab32bb
commit
83cf8ed165
|
@ -6,8 +6,8 @@ module.exports = defineConfig({
|
||||||
baseUrl: 'http://localhost:1337',
|
baseUrl: 'http://localhost:1337',
|
||||||
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
|
specPattern: '**/*.cy.{js,ts,jsx,tsx}',
|
||||||
video: true,
|
video: true,
|
||||||
defaultCommandTimeout: 20000,
|
defaultCommandTimeout: 30000,
|
||||||
requestTimeout: 20000,
|
requestTimeout: 30000,
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
// implement node event listeners here.
|
// implement node event listeners here.
|
||||||
// eslint-disable-next-line global-require
|
// eslint-disable-next-line global-require
|
||||||
|
|
Loading…
Reference in New Issue